Update style.css for better mobile experience (#1018)

This edit hides the dropdown menu while being closed on mobile view
This commit is contained in:
Olli
2021-02-05 08:38:32 -05:00
committed by GitHub
parent 2dbd58e59e
commit 8c2513eb3d
+8
View File
@@ -130,3 +130,11 @@
border-radius: 5px; border-radius: 5px;
width: 250px; width: 250px;
} }
/*
* fix the dropdown menu on mobile view
*/
.dropdown-menu:not(.show) {
display: none;
}