FIX: Allow tall tables to scroll vertically on iOS
This commit is contained in:
parent
4bbb43cb2b
commit
9cb656250d
|
@ -115,6 +115,7 @@
|
|||
.d-editor-preview-wrapper {
|
||||
overflow: auto;
|
||||
cursor: default;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.d-editor-input,
|
||||
|
|
Loading…
Reference in New Issue