mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 11:32:28 +08:00
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…
x
Reference in New Issue
Block a user