From 4d687f15a851d093300265fc7203807574fec3f3 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 28 Aug 2022 13:55:53 +0200 Subject: Fix bug where mobile toolbar menu button could go out of screen --- skins/elastic/styles/layout.less | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/elastic/styles/layout.less b/skins/elastic/styles/layout.less index 3d2fbe875..912d314b6 100644 --- a/skins/elastic/styles/layout.less +++ b/skins/elastic/styles/layout.less @@ -155,6 +155,7 @@ body { flex: 6; flex-direction: column; background-color: @color-layout-content-background; + width: 100%; html.iframe & { height: 100%; -- cgit v1.2.3