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:
parent
2dbd58e59e
commit
8c2513eb3d
@ -130,3 +130,11 @@
|
||||
border-radius: 5px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
/*
|
||||
* fix the dropdown menu on mobile view
|
||||
*/
|
||||
.dropdown-menu:not(.show) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user