1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

More style fixes for drawer overflow

This commit is contained in:
Andrew Kingston 2024-02-23 12:49:43 +00:00
parent c410160e60
commit d3504d714c

View file

@ -41,10 +41,12 @@
} }
.main { .main {
height: 100%; height: 100%;
overflow: hidden; overflow: auto;
overflow-x: hidden;
} }
.padding .main { .padding .main {
padding: var(--spacing-xl); padding: var(--spacing-xl);
height: calc(100% - var(--spacing-xl) * 2);
} }
.main :global(textarea) { .main :global(textarea) {
min-height: 200px; min-height: 200px;