Skip to content

Commit c0bcfce

Browse files
committed
-webkit-overflow-scrolling: touchを削除
1 parent 60a2f66 commit c0bcfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/kunai/site/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ main {
117117
display: flex;
118118
flex-direction: column;
119119
overflow: hidden;
120-
-webkit-overflow-scrolling: touch;
120+
/* -webkit-overflow-scrolling: touch; iOS Safariで問題を起こすため削除 */
121121
position: relative;
122122

123123
z-index: $main-z;

0 commit comments

Comments
 (0)