fix scrollbar
This commit is contained in:
@@ -69,6 +69,7 @@ const emit = defineEmits<{
|
||||
.data-table-body {
|
||||
min-height: 0;
|
||||
overflow: auto;
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
.extensions-grid {
|
||||
@@ -82,7 +83,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);
|
||||
|
||||
Reference in New Issue
Block a user