Merge pull request #387 from sharelatex/ho-fix-system-messages

added padding-top for system messages
This commit is contained in:
Henry Oswald 2018-03-08 10:03:12 +00:00 committed by GitHub
commit d93f5fa6be

View file

@ -22,7 +22,6 @@
}
}
// Navbar heading
//
// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
@ -577,3 +576,10 @@
padding: @navbar-default-padding-v 0;
}
}
.system-messages {
padding-top: @header-height;
position: absolute;
width: 100%;
z-index: 1;
}