Fix #855: secondary menus truncated on narrow screens

This commit is contained in:
Eliot Berriot 2019-06-11 11:54:27 +02:00
parent 353ac0818e
commit f59e64ab9e
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
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;