Skip to content

Commit ec26a61

Browse files
p4gsclaudehappy-otter
committed
Fix horizontal overscroll revealing blank background
Add overscroll-behavior: contain to prevent elastic rubber-banding. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 7334526 commit ec26a61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • docs/projects/grcengineering-cheat-sheet

docs/projects/grcengineering-cheat-sheet/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
.table-container {
163163
position: relative;
164164
overflow: auto;
165+
-webkit-overflow-scrolling: touch;
166+
overscroll-behavior: contain;
165167
border-radius: 16px;
166168
box-shadow:
167169
0 4px 24px var(--shadow),

0 commit comments

Comments
 (0)