toolbar: ensure body margin-top is ok

This commit is contained in:
Jérôme Schneider 2015-07-23 17:00:55 +02:00
parent 6010affbd3
commit f5a75ea275
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@
top: 36px;
}
body { margin: 36px 0 0 0; }
body { margin-top: 36px !important; }