diff --git a/services/web/public/stylesheets/components/navbar.less b/services/web/public/stylesheets/components/navbar.less index 76153c43cf..a25727412c 100755 --- a/services/web/public/stylesheets/components/navbar.less +++ b/services/web/public/stylesheets/components/navbar.less @@ -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; +}