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 14:38:32 +01:00 committed by GitHub
parent 2dbd58e59e
commit 8c2513eb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,3 +130,11 @@
border-radius: 5px;
width: 250px;
}
/*
* fix the dropdown menu on mobile view
*/
.dropdown-menu:not(.show) {
display: none;
}