From 40c280b156b800c4458a8f1233bd8dd742dcf9c8 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Tue, 10 Jan 2023 13:46:11 +0100 Subject: [PATCH] remove fixed footer --- src/index.css | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/index.css b/src/index.css index 1c2101a..3023b5b 100644 --- a/src/index.css +++ b/src/index.css @@ -267,21 +267,11 @@ body.scroll-lock { margin: 0; } -.tabs > div.active { - font-weight: bold; -} - .error { color: var(--error); } .root-tabs { - position: fixed; - bottom: -16px; - left: 0; - background-color: var(--modal-bg-color); - height: 44px; - width: 100vw; padding: 0 2px; align-items: center; justify-content: flex-start; @@ -293,12 +283,3 @@ body.scroll-lock { .root-tab.active { border-bottom: 3px solid var(--highlight); } - -@media(min-width: 720px) { - .root-tabs { - position: initial; - width: 100%; - padding: 0; - background-color: transparent; - } -}