Merge branch 'scrollable-secondary-menu' into 'master'

Fix #855: secondary menus truncated on narrow screens

See merge request funkwhale/funkwhale!782
This commit is contained in:
Eliot Berriot 2019-06-11 13:13:05 +02:00
commit e33b5b4939
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed secondary menus truncated on narrow screens (#855)

View File

@ -126,6 +126,7 @@ body {
margin-left: 0;
margin-right: 0;
border: none;
overflow-y: auto;
box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
.ui.item {
border: none;