fix: remove overflow-x for editor in print
This commit is contained in:
parent
d1e435e5a6
commit
c4bb9408e9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
height: auto;
|
||||
min-height: 0;
|
||||
max-height: none;
|
||||
overflow-y: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue