Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created March 9, 2026 05:36
Show Gist options
  • Select an option

  • Save jmabbas/915b9bb604bf7c08360e231174712bf7 to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/915b9bb604bf7c08360e231174712bf7 to your computer and use it in GitHub Desktop.
Techmarket - Departments menu on hover
.site-header .departments-menu:hover ul#menu-departments-menu {
display: block;
top: 55%;
}
ul#menu-departments-menu {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment