mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #12719 from overleaf/ae-navbar
Restore z-index of .navbar-main GitOrigin-RevId: f25b462227beaee483199043a97206ccdedfe1c0
This commit is contained in:
parent
81a8fa2ce3
commit
98961d9465
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
|
||||
.navbar-main {
|
||||
z-index: 9999;
|
||||
z-index: 1;
|
||||
.container-fluid > .navbar-collapse {
|
||||
// High specificity needed to override Bootstrap's default.
|
||||
margin: 10px 0 0;
|
||||
|
|
Loading…
Reference in a new issue