Allow header content to be on top of main content.

This commit is contained in:
Paulo Reis 2018-02-15 10:58:36 +00:00
parent aa89b7e70b
commit f1717bfa1f

View file

@ -383,6 +383,7 @@
top: 0; top: 0;
width: 100%; width: 100%;
height: @header-height; height: @header-height;
z-index: 1;
.navbar-brand { .navbar-brand {
position: absolute; position: absolute;