mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #387 from sharelatex/ho-fix-system-messages
added padding-top for system messages
This commit is contained in:
commit
d93f5fa6be
1 changed files with 7 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Navbar heading
|
// Navbar heading
|
||||||
//
|
//
|
||||||
// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
|
// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
|
||||||
|
@ -577,3 +576,10 @@
|
||||||
padding: @navbar-default-padding-v 0;
|
padding: @navbar-default-padding-v 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.system-messages {
|
||||||
|
padding-top: @header-height;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue