From 4b6f7d15e89971b6ee62ed32d51d00c33a5fd7a0 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 14 Jun 2026 17:57:28 +0300 Subject: [PATCH] fix blocks/mutes tab --- src/components/tab_switcher/tab_switcher.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index 30e0bd903..755ff9a78 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -56,6 +56,7 @@ .contents { flex: 1 0 auto; min-height: 0; + position: relative; .hidden { display: none;