You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Add invisible bridge to dropdown menu for easier hovering
This commit is contained in:
@@ -170,6 +170,15 @@ header a:hover:not(.home) {
|
||||
border-bottom: 2px solid var(--link-text-color);
|
||||
}
|
||||
|
||||
.dropdown-menu::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 0.75rem;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user