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 {
|
.d-editor-preview-wrapper {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-editor-input,
|
.d-editor-input,
|
||||||
|
|
Loading…
Reference in New Issue