mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +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 {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tabs > label > * + * {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.tabs .tab-content {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.textAreaParent, .attachmentAreaParent {
|
||||
height: 100%;
|
||||
min-height: 200px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue