mirror of
https://github.com/rio-labs/rio.git
synced 2026-04-29 07:29:39 -05:00
fix dropdown popup being slightly too wide
This commit is contained in:
@@ -1101,7 +1101,9 @@ $rio-input-box-small-label-spacing-top: 0.5rem;
|
||||
.rio-dropdown-popup {
|
||||
pointer-events: auto;
|
||||
|
||||
box-sizing: border-box;
|
||||
padding: 0.2rem;
|
||||
|
||||
border-top-left-radius: var(--rio-global-corner-radius-small);
|
||||
border-top-right-radius: var(--rio-global-corner-radius-small);
|
||||
border-bottom-right-radius: var(--rio-global-corner-radius-small);
|
||||
|
||||
Reference in New Issue
Block a user