mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Revert "Fix document not scrolling in iOS (all browsers) (#5599)"
This reverts commit 2301fdda8a
.
This commit is contained in:
parent
2301fdda8a
commit
ec9e8eda64
2 changed files with 1 additions and 18 deletions
|
@ -1,18 +1,3 @@
|
|||
.scroll-wrapper {
|
||||
display: flex;
|
||||
min-width: 100vw;
|
||||
}
|
||||
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
.scroll-wrapper {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.scroll-wrapper iframe {}
|
||||
|
||||
}
|
||||
|
||||
#outerdocbody {
|
||||
margin: 0 auto;
|
||||
padding-top: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue