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
1 changed files with 2 additions and 0 deletions

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;