fix(sidebar): disable horizontal scrolling on nav
This commit is contained in:
@@ -534,6 +534,7 @@ main {
|
||||
flex-direction: column;
|
||||
padding: 0.5rem 0;
|
||||
flex: 1 1 auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user