feat: allow overflow in css

This commit is contained in:
Jet Pham 2026-03-09 22:51:35 -07:00
parent 2bc98414b1
commit 99715f6105
No known key found for this signature in database

View file

@ -42,7 +42,6 @@
white-space: normal; white-space: normal;
line-height: 1; line-height: 1;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; /* Disable scrolling */
} }
/* Desktop font size */ /* Desktop font size */
@ -59,7 +58,6 @@
color: var(--white); color: var(--white);
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow: hidden; /* Disable scrolling */
} }
/* Global focus ring styles for all tabbable elements */ /* Global focus ring styles for all tabbable elements */