fix multiselect actions for files
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
c9d852ade2
commit
8ffe43c574
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue