1
0
forked from Kieran/snort

remove fixed footer

This commit is contained in:
Alejandro Gomez 2023-01-10 13:46:11 +01:00
parent 23024b94c6
commit 40c280b156
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -267,21 +267,11 @@ body.scroll-lock {
margin: 0; margin: 0;
} }
.tabs > div.active {
font-weight: bold;
}
.error { .error {
color: var(--error); color: var(--error);
} }
.root-tabs { .root-tabs {
position: fixed;
bottom: -16px;
left: 0;
background-color: var(--modal-bg-color);
height: 44px;
width: 100vw;
padding: 0 2px; padding: 0 2px;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
@ -293,12 +283,3 @@ body.scroll-lock {
.root-tab.active { .root-tab.active {
border-bottom: 3px solid var(--highlight); border-bottom: 3px solid var(--highlight);
} }
@media(min-width: 720px) {
.root-tabs {
position: initial;
width: 100%;
padding: 0;
background-color: transparent;
}
}