mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Prevent horizontal scroll
This commit is contained in:
parent
9d4b2a208b
commit
57d0e0cb77
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
/* overflow: hidden; */
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
|
|
Loading…
Reference in a new issue