mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix: when collapsing the navbar, do not overlap it with other elements, for example with the tooltip
GitOrigin-RevId: 2db133ce8399c46b620a3a594fc415244c7d9788
This commit is contained in:
parent
4adf965180
commit
5ff575e3e5
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
|
||||
.navbar-main {
|
||||
z-index: 1;
|
||||
z-index: 9999;
|
||||
.container-fluid > .navbar-collapse {
|
||||
// High specificity needed to override Bootstrap's default.
|
||||
margin: 10px 0 0;
|
||||
|
|
Loading…
Reference in a new issue