SideMenu: make sure the menu overlaps the border to prevent leaving hover state #35728

pull/35802/head
Ashley Harrison 4 years ago committed by GitHub
parent 2e58ad5fd2
commit b118e06b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/sass/components/_sidemenu.scss

@ -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…
Cancel
Save