Fix scroll overflow in binding drawer
This commit is contained in:
parent
798d5d13ab
commit
8bfb909280
|
@ -469,10 +469,12 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-xl);
|
||||
overflow: hidden;
|
||||
}
|
||||
.overlay-wrap {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
.mode-overlay {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue