From 0014db95ba7c222f2713f061497796ae253377a1 Mon Sep 17 00:00:00 2001 From: bluelovers Date: Fri, 7 Jun 2024 20:42:15 +0800 Subject: [PATCH] style: #settings > div.tab-nav --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index f6a89b8f9..d35f57bda 100644 --- a/style.css +++ b/style.css @@ -456,6 +456,10 @@ div.toprow-compact-tools{ display: block; margin-left: 0; width: 10em; + max-height: 80vh; + overflow-y: auto; + top: 0; + position: sticky; } #settings > div.tab-nav button{