Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2022-08-28 14:55:53 +0300
committerAleksander Machniak <alec@alec.pl>2022-08-28 14:55:53 +0300
commit4d687f15a851d093300265fc7203807574fec3f3 (patch)
treecab3a122876677d155bb549a627d26ec0ba5a6c1
parent6c2da12218d7c031e3159dfcb79d1c8a7f1c1dc5 (diff)
Fix bug where mobile toolbar menu button could go out of screen
-rw-r--r--skins/elastic/styles/layout.less1
1 files changed, 1 insertions, 0 deletions
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%;