From 81f84496ae65ab8bdc27e9f57d181ee6ad30098e Mon Sep 17 00:00:00 2001 From: "ilsubyeega (Il Sub Shin)" Date: Sun, 31 Dec 2023 13:53:07 +0900 Subject: [PATCH] Temporary fix for large context menu unusability --- theme/parts/tabsbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/parts/tabsbar.css b/theme/parts/tabsbar.css index 4aa6d95..103fb3c 100644 --- a/theme/parts/tabsbar.css +++ b/theme/parts/tabsbar.css @@ -44,9 +44,9 @@ tab > stack { #scrollbutton-up, #scrollbutton-down { - border-top: 0 !important; - position: absolute !important; - z-index: 5 !important; + border-top: 0 !important; + position: relative !important; + z-index: 5 !important; top: 0; bottom: 0; }