From 9c6244cf17915e161f7338470f43eaae97ab18f9 Mon Sep 17 00:00:00 2001 From: aqilaziz Date: Wed, 6 May 2026 06:03:58 +0700 Subject: [PATCH] Keep assigned site actions clear of scrollbar --- src/css/popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index 8502e553..af443780 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -283,6 +283,10 @@ table { padding-block-end: 8px; } +.edit-sites-assigned { + scrollbar-gutter: stable; +} + .offpage { opacity: 0; }