fix multiselect actions for files
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
8d1980339d
commit
674da6ea3c
|
@ -309,7 +309,7 @@ table.multiselect thead th {
|
|||
}
|
||||
|
||||
table.multiselect #headerName {
|
||||
position: relative;
|
||||
position: sticky;
|
||||
width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
|
||||
}
|
||||
table.multiselect #modified {
|
||||
|
|
Loading…
Reference in New Issue