Bugfix: composer dialog scroll got broken in v2.28

This commit is contained in:
the-djmaze 2024-09-30 14:57:46 +02:00
parent dc7eed4c80
commit 126208166d

View file

@ -22,12 +22,18 @@
.tabs { .tabs {
height: 100%; height: 100%;
max-height: 100%;
overflow: auto;
} }
.tabs > label > * + * { .tabs > label > * + * {
margin-left: 0.5em; margin-left: 0.5em;
} }
.tabs .tab-content {
overflow: auto;
}
.textAreaParent, .attachmentAreaParent { .textAreaParent, .attachmentAreaParent {
height: 100%; height: 100%;
min-height: 200px; min-height: 200px;