fix multiselect actions for files

Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
GretaD 2020-01-15 17:52:27 +01:00
parent 8d1980339d
commit 674da6ea3c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {