Okay
  Public Ticket #3434812
Slide Out Menu hover bug
Closed

Comments

  • Cassie started the conversation

    In Safari Desktop browsers, when you hover over off canvas menu items (Slide Out From Right), the sub menu items briefly flicker on the screen.

    • Salient v. 16.0.4
    • Menu has sub items
    • Off Canvas Menu Style: Slide out From Right
    • Off Canvas Menu Dropdown Behavior: Dropdown Parent Link toggles Submenu
    • View in Safari Desktop
    • Quickly  and slowly run your mouse over the menu items. The submenu items should flicker briefly.


  •  8,839
    Tahir replied

    Hey Cassie ,

    Which version of Safari are you using?. 

    Thanks.


    ThemeNectar Support Team 

  • Cassie replied

    Version 14.1.1 (16611.2.7.1.4)

  •  8,839
    Tahir replied

    Thanks for confirming that, Escalating this to the developer for further response.

    Best 


    ThemeNectar Support Team 

  •  1,070
    ThemeNectar replied

    Hey Cassie,

    You should be able to fix that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

    body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .sub-menu {
      transform: translateZ(0);
    }
    

    Kind regards