1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +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 {
height: 100%;
overflow: hidden;
overflow: auto;
overflow-x: hidden;
}
.padding .main {
padding: var(--spacing-xl);
height: calc(100% - var(--spacing-xl) * 2);
}
.main :global(textarea) {
min-height: 200px;