Fix scrolling - remove overflow hidden

This commit is contained in:
Ash
2026-04-06 21:01:03 -07:00
parent 49d6495041
commit 2b66c62b48
-1
View File
@@ -23,7 +23,6 @@
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
padding: 20px; padding: 20px;
position: relative; position: relative;
overflow: hidden;
} }
body::before { body::before {