mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: composer dialog scroll got broken in v2.28
This commit is contained in:
parent
dc7eed4c80
commit
126208166d
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue