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%; height: 100%;
align-items: center; align-items: center;
margin: auto; margin: auto;
z-index: 0;
} }
.content { .content {

View File

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

View File

@ -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;