Skip to content

Commit a5f0779

Browse files
committed
fix horiz scroll for iOS
1 parent 1c13a4f commit a5f0779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usehooks.com/src/pages/[hook].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ const installSnippet = experimental
166166
:global(.reference .table-container) {
167167
width: 100%;
168168
overflow-x: auto;
169+
-webkit-overflow-scrolling: touch;
169170
border: 0.07rem solid rgba(249, 244, 218, 0.1);
170171
}
171172

0 commit comments

Comments
 (0)