From f59e64ab9eeafd872dc555161ffd298d670c99fe Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Tue, 11 Jun 2019 11:54:27 +0200 Subject: [PATCH] Fix #855: secondary menus truncated on narrow screens --- changes/changelog.d/855.bugfix | 1 + front/src/style/_main.scss | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/changelog.d/855.bugfix 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;