mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-28 21:13:20 -05:00
Increase z-index of full-size and navbar-main components (#7286)
GitOrigin-RevId: dec7c507f896a7775fdf71784ad60a8645b2474d
This commit is contained in:
parent
aca889a3e0
commit
ef77b23888
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@
|
||||||
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: 1;
|
z-index: 2;
|
||||||
.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