fix: overflow hidden for text editor in print view
This commit is contained in:
parent
3751769c41
commit
d1e435e5a6
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@
|
|||
.ql-snow .ql-editor {
|
||||
height: auto;
|
||||
min-height: 0;
|
||||
max-height: none;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue