From 7a36360c4a93d4d32e2c0805eabd1031aab99806 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 10 Nov 2025 21:46:52 -0800 Subject: [PATCH] add padding to item grid to account for scrollbar --- .../item-list/item-grid-list/item-grid-list.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css b/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css index 6f673022b..e735d4481 100644 --- a/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css +++ b/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css @@ -3,6 +3,7 @@ flex-direction: column !important; width: 100%; height: 100%; + padding-right: var(--theme-spacing-md); outline: none; border: none; }