From ad7f009b0556ebbe5196b935c26f9f9eb0f43005 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 23 Jun 2020 09:41:22 +0200 Subject: [PATCH] css: Show overflowing content in the sidebar while in minimal layout fixes #4189 (cherry picked from commit 38e585222ede88eb30374cfa89736b39e72d4be8) --- public/css/icinga/responsive.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/icinga/responsive.less b/public/css/icinga/responsive.less index 22a207fd7..60fda4617 100644 --- a/public/css/icinga/responsive.less +++ b/public/css/icinga/responsive.less @@ -70,6 +70,7 @@ #layout.minimal-layout { #sidebar { width: 100%; + overflow: auto; } #header-logo-container {