Skip to content

Commit ec220cf

Browse files
dtinthclaude[bot]
andcommitted
แก้ไขปัญหา horizontal overflow จากแอนิเมชัน
เพิ่ม overflow-x: hidden ใน layout เพื่อป้องกันการเลื่อนแนวนอน ที่เกิดจาก translateX ในแอนิเมชัน fade-left และ fade-right Co-Authored-By: Claude <209825114+claude[bot]@users.noreply.github.com>
1 parent fae6900 commit ec220cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import "../styles/global.css";
3636
height: 100%;
3737
background-color: black;
3838
color: white;
39+
overflow-x: hidden;
3940
}
4041

4142
/* Scroll Animation Classes */

0 commit comments

Comments
 (0)