Fix displaying toggle-menu button in responsive view

This commit is contained in:
Benjamin Renard 2021-07-19 16:37:14 +02:00
parent 12cfb6aa23
commit 2a0981a21e

View file

@ -478,14 +478,17 @@ input[type='submit'].LSview_search, button {
* Manage menu toggle
*/
#toggle-menu {
display: block;
float: right;
display: block;
background: white;
border: none;
cursor: pointer;
padding: 0;
margin: 0;
width: 22px;
height: 22px;
position: absolute;
top: 0px;
left: 0px;
}
#toggle-menu img {