Fix #855: secondary menus truncated on narrow screens
This commit is contained in:
parent
353ac0818e
commit
f59e64ab9e
|
@ -0,0 +1 @@
|
|||
Fixed secondary menus truncated on narrow screens (#855)
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue