add padding to item grid to account for scrollbar

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