fix: handle stickyness when scrolling is locked
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
.formContainer {
|
||||
display: grid;
|
||||
grid-template-rows: 36px 1fr;
|
||||
grid-template-rows: auto 1fr;
|
||||
background-color: var(--UI-Input-Controls-Surface-Normal);
|
||||
border-radius: var(--Corner-radius-Large) var(--Corner-radius-Large) 0 0;
|
||||
gap: var(--Spacing-x3);
|
||||
@@ -30,6 +30,7 @@
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
justify-self: flex-end;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wrapper[data-open="true"] + .backdrop {
|
||||
|
||||
Reference in New Issue
Block a user