fix(ui): prevent page-level horizontal overflow on mobile
This commit is contained in:
@@ -31,6 +31,8 @@ body,
|
||||
color: var(--color-text);
|
||||
min-height: 100%;
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user