stop body from changing width on menu open
This commit is contained in:
@ -16,8 +16,10 @@ body {
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: hidden;
|
||||
|
||||
color: var(--color-text);
|
||||
background: var(--color-background);
|
||||
|
Reference in New Issue
Block a user