SideMenu: Make sure the menu overlaps the border to prevent leaving hover state #35728 (#35795)

(cherry picked from commit b118e06b6a)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-16 10:46:44 +02:00
committed by GitHub
co-authored by Ashley Harrison
parent 638ea61172
commit a376e41ff1
+1 -1
View File
@@ -72,7 +72,7 @@ $mobile-menu-breakpoint: md;
top: 0px;
// important to overlap it otherwise it can be hidden
// again by the mouse getting outside the hover space
left: $side-menu-width - 2px;
left: $side-menu-width - 3px;
@include animation('dropdown-anim 150ms ease-in-out 100ms forwards');
z-index: $zindex-sidemenu;
}