add padding to item grid to account for scrollbar

This commit is contained in:
jeffvli
2025-11-10 21:46:52 -08:00
parent 7ca6d30db8
commit 63a2239212
@@ -3,6 +3,7 @@
flex-direction: column !important;
width: 100%;
height: 100%;
padding-right: var(--theme-spacing-md);
outline: none;
border: none;
}