Skip to content

Commit 0774af3

Browse files
author
edwinhuish
committed
fix safari iframe mode screen scroll disappear BUG
1 parent 54f82a1 commit 0774af3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,8 @@ a{
4747
.mt-tab-content{
4848
padding-top: 0 !important;
4949
}
50+
}
51+
.mt-tab-content{
52+
-webkit-overflow-scrolling:touch;
53+
overflow:auto;
5054
}

css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)