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 committed by Backportbot
parent c9d852ade2
commit 8ffe43c574

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 {