Skip to content
Snippets Groups Projects
Commit b7b83377 authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

Fixes header going down in trash bin app.

parent 2233aa2a
Branches
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
cursor: default;
}
.trash-controls { top: 45px; }
.trash-filestable { top: 5px !important; } /* To avoid the clashes with #filestable in files */
\ No newline at end of file
.trash-filestable { top: -35px !important; } /* To avoid the clashes with #filestable in files */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment