Fix footer visible through dropdown (#2323)
This commit is contained in:
parent
84ed0be86d
commit
7c10ded8a6
@ -5,7 +5,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
z-index: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
.searchSection {
|
.searchSection {
|
||||||
|
background-color: var(--bs-body-bg);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -220,8 +220,6 @@ $zindex-sticky: 900;
|
|||||||
scroll-margin-top: 60px;
|
scroll-margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.ms-xs {
|
.ms-xs {
|
||||||
margin-left: 0.125rem;
|
margin-left: 0.125rem;
|
||||||
}
|
}
|
||||||
@ -598,14 +596,6 @@ div[contenteditable]:disabled,
|
|||||||
min-height: 100svh;
|
min-height: 100svh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#__next > main {
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#__next > footer {
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user