Remove overflow: hidden as it wasn't allowing the page to scroll

This commit is contained in:
Joseph Ferano 2024-06-17 18:51:53 +07:00
parent ea869ec381
commit c9f616bc51

View File

@ -27,7 +27,6 @@
body { body {
/* margin: 0; */ /* margin: 0; */
overflow: hidden;
} }
.o-grad { .o-grad {