mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -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 {
|
#outerdocbody {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
|
|
@ -80,9 +80,7 @@
|
||||||
|
|
||||||
<% e.begin_block("afterEditbar"); %><% e.end_block(); %>
|
<% e.begin_block("afterEditbar"); %><% e.end_block(); %>
|
||||||
|
|
||||||
<div class="scroll-wrapper">
|
<div id="editorcontainerbox" class="flex-layout">
|
||||||
<div id="editorcontainerbox" class="flex-layout">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<% e.begin_block("editorContainerBox"); %>
|
<% e.begin_block("editorContainerBox"); %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue