mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +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;
|
||||
background-color: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
/* overflow: hidden; */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#app {
|
||||
|
|
Loading…
Reference in a new issue