diff --git a/static/style.css b/static/style.css index ce7e476..052b39a 100644 --- a/static/style.css +++ b/static/style.css @@ -85,6 +85,14 @@ html { transform: none; } +.dropdown:hover .dropdown-menu { + display: block; +} + +.dropdown-menu { + background-color: white; +} + .swiper-container { z-index: 0; } diff --git a/templates/base.html b/templates/base.html index 87b513b..ed8c5a9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,6 +24,7 @@