From d197636eda45feec57c067649398d84f509d12ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 17 Jun 2023 18:29:57 +0000 Subject: [PATCH] fix: Mobile dropdown positioning --- snappymail/v/0.0.0/themes/NextcloudV25+/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 127ae78a3..b376da699 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -888,11 +888,11 @@ input[type="checkbox"] { border-bottom-right-radius: inherit; } -.rl-left-panel-disabled #rl-app .dropdown-menu { +.rl-left-panel-disabled #rl-app .dropdown-menu:not(.right-edge) { position: fixed; top: auto; - left: auto; - right: 5px; + left: 5px; + right: auto; } /* #endregion */