Skip to content
Snippets Groups Projects
Commit e33b5b49 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

Fix #855: secondary menus truncated on narrow screens

See merge request !782
parents 353ac081 f59e64ab
No related branches found
No related tags found
No related merge requests found
Fixed secondary menus truncated on narrow screens (#855)
...@@ -126,6 +126,7 @@ body { ...@@ -126,6 +126,7 @@ body {
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
border: none; border: none;
overflow-y: auto;
box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15); box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15);
.ui.item { .ui.item {
border: none; border: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment