diff --git a/public/assets/frontend/css/styles.css b/public/assets/frontend/css/styles.css index ccdfec35..c9a8652c 100644 --- a/public/assets/frontend/css/styles.css +++ b/public/assets/frontend/css/styles.css @@ -130,3 +130,11 @@ border-radius: 5px; width: 250px; } + +/* +* fix the dropdown menu on mobile view +*/ +.dropdown-menu:not(.show) { + display: none; +} +