mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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…
Reference in New Issue
Block a user