diff --git a/changes/changelog.d/855.bugfix b/changes/changelog.d/855.bugfix new file mode 100644 index 000000000..171865ed7 --- /dev/null +++ b/changes/changelog.d/855.bugfix @@ -0,0 +1 @@ +Fixed secondary menus truncated on narrow screens (#855) diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index 8f8ee8b16..d1eb1e3fb 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -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;