1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Fix scroll overflow in binding drawer

This commit is contained in:
Andrew Kingston 2023-06-26 09:22:40 +01:00
parent 798d5d13ab
commit 8bfb909280

View file

@ -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;