<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>