mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SideMenu: make sure the menu overlaps the border to prevent leaving hover state #35728
This commit is contained in:
parent
2e58ad5fd2
commit
b118e06b6a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user