fix: overflow hidden for text editor in print view

This commit is contained in:
prssanna 2021-01-15 16:10:04 +05:30
parent 3751769c41
commit d1e435e5a6

View file

@ -59,6 +59,8 @@
.ql-snow .ql-editor {
height: auto;
min-height: 0;
max-height: none;
overflow-y: hidden;
}
}