fix: remove overflow-x for editor in print

This commit is contained in:
prssanna 2021-01-18 14:15:48 +05:30
parent d1e435e5a6
commit c4bb9408e9

View file

@ -60,7 +60,7 @@
height: auto;
min-height: 0;
max-height: none;
overflow-y: hidden;
overflow: hidden;
}
}