From dae405a82b5a287af5d83d5898d037b35c8d51ea Mon Sep 17 00:00:00 2001 From: Shivam Date: Thu, 10 Feb 2022 16:24:31 +0530 Subject: [PATCH] WIP more dropdown --- static/style.css | 8 ++++++++ templates/base.html | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) 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 @@
+ +