From fa3c4aa27c6cd3dc0e033f02121eae77578dcb47 Mon Sep 17 00:00:00 2001 From: Orange Studio Date: Fri, 15 May 2026 21:29:40 +0800 Subject: [PATCH] Keep Firefox table scrollbars visible --- src/components/layout/table/Table.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/layout/table/Table.svelte b/src/components/layout/table/Table.svelte index abad324..baf45e5 100644 --- a/src/components/layout/table/Table.svelte +++ b/src/components/layout/table/Table.svelte @@ -86,6 +86,7 @@ overflow-x: scroll; scrollbar-color: var(--layer200); scrollbar-width: thin; + scrollbar-gutter: stable; } .table-wrapper::-webkit-scrollbar-track { background-color: transparent; @@ -159,6 +160,7 @@ overflow-y: scroll; scrollbar-color: var(--layer200); scrollbar-width: thin; + scrollbar-gutter: stable; } .data-wrapper::-webkit-scrollbar-track { background-color: transparent; @@ -236,4 +238,4 @@ - \ No newline at end of file +