diff options
-rw-r--r-- | apps/files/css/files.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 017253fdf8e..81a00c3c54c 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -257,7 +257,7 @@ table.multiselect thead { z-index: 55; -moz-box-sizing: border-box; box-sizing: border-box; - left: 250px; /* sidebar */ + left: $navigation-width; } table.multiselect thead th { |