Skip to content

Commit 1be68f7

Browse files
committed
fix: remove overflow hidden from body to enable scrolling
1 parent d9cdd55 commit 1be68f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ body {
115115
background-color: var(--color-bg-primary);
116116
color: var(--color-text-primary);
117117
line-height: 1.6;
118-
overflow: hidden;
119118
}
120119

121120
/* ========== Scrollbar Styles ========== */

0 commit comments

Comments
 (0)