mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-11-08 06:11:37 +08:00
Bugfix: squire wysiwyg had no overflow scrollbar
This commit is contained in:
parent
4ec4771ffd
commit
19f5ea149a
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@
|
|||
width: 4em;
|
||||
}
|
||||
|
||||
.squire-wysiwyg {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.squire-wysiwyg, .squire-plain {
|
||||
min-height: 200px;
|
||||
padding: .5em;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue