From c27b43fb75ca52cc5a4d42ecdcc37abcc628122e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 8 Aug 2024 15:29:39 +0200 Subject: [PATCH] css: Increase settings flyout toggle hover area --- public/css/icinga/configmenu.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/icinga/configmenu.less b/public/css/icinga/configmenu.less index 05e50e8647..bebb87d3d4 100644 --- a/public/css/icinga/configmenu.less +++ b/public/css/icinga/configmenu.less @@ -157,6 +157,11 @@ bottom: 0; top: 0; + &:hover { + // Increase width to have a larger hover area, so that the flyout doesn't vanish + padding-left: 3em; + } + .state-badge { left: -1em; top: 0;