dropdown hover display

This commit is contained in:
2026-05-10 14:27:28 +02:00
parent 6e449912ab
commit 1b7802a2ac
2 changed files with 14 additions and 10 deletions
+4
View File
@@ -53,6 +53,10 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
text-decoration: none;
}
.nav__dropdown:hover .nav__dropdown-menu {
display: block;
}
/* CSS von https://responsivenavigation.net/examples/simple-toggle/ */
/*
.nav { width:100%; background-color: #fff; border-bottom: 1px solid #ccc; }