FIX: Allow tall tables to scroll vertically on iOS

This commit is contained in:
Kris 2019-06-14 14:26:37 -04:00
parent 4bbb43cb2b
commit 9cb656250d
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
.d-editor-preview-wrapper {
overflow: auto;
cursor: default;
-webkit-overflow-scrolling: touch;
}
.d-editor-input,