Created
March 9, 2026 05:36
-
-
Save jmabbas/915b9bb604bf7c08360e231174712bf7 to your computer and use it in GitHub Desktop.
Techmarket - Departments menu on hover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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