Revert "Fix document not scrolling in iOS (all browsers) (#5599)"

This reverts commit 2301fdda8a.
This commit is contained in:
SamTV12345 2024-06-04 08:39:10 +02:00
parent 2301fdda8a
commit ec9e8eda64
2 changed files with 1 additions and 18 deletions

View file

@ -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;