Fix footer visible through dropdown (#2323)

This commit is contained in:
ekzyis 2025-07-24 06:47:16 +02:00 committed by GitHub
parent 84ed0be86d
commit 7c10ded8a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 11 deletions

View File

@ -5,7 +5,6 @@
height: 100%;
align-items: center;
margin: auto;
z-index: 0;
}
.content {

View File

@ -1,4 +1,5 @@
.searchSection {
background-color: var(--bs-body-bg);
z-index: 1;
}

View File

@ -220,8 +220,6 @@ $zindex-sticky: 900;
scroll-margin-top: 60px;
}
.ms-xs {
margin-left: 0.125rem;
}
@ -598,14 +596,6 @@ div[contenteditable]:disabled,
min-height: 100svh;
}
#__next > main {
z-index: 0;
}
#__next > footer {
z-index: 0;
}
footer {
margin-top: auto;
display: flex;