1
0
Fork 0

Prevent horizontal scroll

This commit is contained in:
Lim Chee Aun 2023-01-11 01:08:18 +08:00
parent 9d4b2a208b
commit 57d0e0cb77

View file

@ -4,7 +4,7 @@ body {
padding: 0;
background-color: var(--bg-color);
color: var(--text-color);
/* overflow: hidden; */
overflow-x: hidden;
}
#app {