fix scrollbar

This commit is contained in:
Julian Freeman
2026-04-16 21:58:50 -04:00
parent 189d7c02f5
commit 3931382f9d
4 changed files with 8 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ const emit = defineEmits<{
.data-table-body {
min-height: 0;
overflow: auto;
scrollbar-gutter: stable;
}
.bookmarks-grid {
@@ -76,7 +77,7 @@ const emit = defineEmits<{
position: sticky;
top: 0;
z-index: 2;
padding: 10px 14px;
padding: 10px 24px 10px 14px;
border-bottom: 1px solid rgba(148, 163, 184, 0.14);
background: rgba(248, 250, 252, 0.94);
backdrop-filter: blur(12px);