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 * Manage menu toggle
*/ */
#toggle-menu { #toggle-menu {
display: block;
float: right;
display: block; display: block;
background: white; background: white;
border: none; border: none;
cursor: pointer; cursor: pointer;
padding: 0; padding: 0;
margin: 0; margin: 0;
width: 22px;
height: 22px;
position: absolute;
top: 0px;
left: 0px;
} }
#toggle-menu img { #toggle-menu img {