Fix menu x overflow
This commit is contained in:
parent
951532924c
commit
606793b917
|
@ -16,7 +16,8 @@ menu {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
color: var(--menuForegroundColor);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue