Skip to content

Commit b1d410c

Browse files
committed
Fix iPhone scroll problem in code tab section
1 parent 2abec16 commit b1d410c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/css/code-tab.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
margin: 0;
66
height: calc(65vh - 35pt);
77
overflow: auto;
8+
-webkit-overflow-scrolling: touch;
89
}
910
ul#code-tab {
1011
background-color: #FBA86F;

0 commit comments

Comments
 (0)