projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9515329
)
Fix menu x overflow
author
Chocobozzz
<me@florianbigard.com>
Fri, 6 Sep 2019 07:47:33 +0000
(09:47 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Fri, 6 Sep 2019 07:47:33 +0000
(09:47 +0200)
client/src/app/menu/menu.component.scss
patch
|
blob
|
history
diff --git
a/client/src/app/menu/menu.component.scss
b/client/src/app/menu/menu.component.scss
index 76e73155ca4590e0f02a68ff92732babf260d601..15eaa14342d6a7fa300dafc811c28a2e6195fbd7 100644
(file)
--- a/
client/src/app/menu/menu.component.scss
+++ b/
client/src/app/menu/menu.component.scss
@@
-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;