adjust select dropdown positioning and padding structure

This commit is contained in:
David Hill
2026-01-20 17:16:43 +00:00
parent 09a6107649
commit f3b0f312bf
2 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
overflow: hidden;
border-radius: var(--radius-md);
background-color: var(--surface-raised-stronger-non-alpha);
padding: 4px;
padding: 0;
box-shadow: var(--shadow-xs-border);
z-index: 60;
@@ -66,6 +66,7 @@
overflow-x: hidden;
display: flex;
flex-direction: column;
padding: 4px;
&:focus {
outline: none;