mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Uses a variable for the multiselect header offset
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
353bd8ee8a
commit
9977b1415d
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ table.multiselect thead {
|
|||
z-index: 55;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
left: 300px; /* sidebar */
|
||||
left: $navigation-width;
|
||||
}
|
||||
|
||||
table.multiselect thead th {
|
||||
|
|
|
|||
Loading…
Reference in a new issue