<div dir="ltr">Fixes #13855<br><br>The small menu buttons on the left doesn't move downwards anymore when<br>the menu is expanded<br>---<br> share/lua/http/css/main.css | 1 + <br> 1 file changed, 1 insertion(+)<br><br>diff --git a/share/lua/http/css/main.css b/share/lua/http/css/main.css<br>index 1f459c4..aebe6ce 100644<br>--- a/share/lua/http/css/main.css<br>+++ b/share/lua/http/css/main.css<br>@@ -107,6 +107,7 @@ body{<br> }<br> .buttonszone_active {<br>+   margin-top: 0px;<br>    width: 120px;<br>    margin-left:-122px;<br>    font-size:10px;<br>-- <br>1.9.1<br><br></div>