mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7503 from overleaf/ae-revert-7286
Revert "Increase z-index of full-size and navbar-main components" GitOrigin-RevId: 4949fac2dabbb7d356fc4ced27181a90a269128e
This commit is contained in:
parent
7bac47501b
commit
c16762e347
2 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,6 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-alerts {
|
.global-alerts {
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-main {
|
.navbar-main {
|
||||||
z-index: 2;
|
z-index: 1;
|
||||||
.container-fluid > .navbar-collapse {
|
.container-fluid > .navbar-collapse {
|
||||||
// High specificity needed to override Bootstrap's default.
|
// High specificity needed to override Bootstrap's default.
|
||||||
margin: 10px 0 0;
|
margin: 10px 0 0;
|
||||||
|
|
Loading…
Reference in a new issue