fix(ui): contain dropdown scroll geometry
This commit is contained in:
@@ -1893,10 +1893,12 @@ textarea.nodedc-field__control {
|
||||
position: fixed;
|
||||
z-index: var(--nodedc-layer-popover);
|
||||
display: grid;
|
||||
box-sizing: border-box;
|
||||
gap: 0.2rem;
|
||||
min-width: 11.25rem;
|
||||
max-width: calc(100vw - 1rem);
|
||||
overflow: auto;
|
||||
overscroll-behavior: contain;
|
||||
border: 0;
|
||||
border-radius: var(--nodedc-radius-control);
|
||||
background: var(--nodedc-floating-surface);
|
||||
|
||||
Reference in New Issue
Block a user