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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 19:45:46 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 19:45:46 +0300
commit642b9850d5619831a9123d510127d8309b736bd0 (patch)
tree56971b579d41a25ad0b7bab296d6673c59022a1b /css
parente18531687d3dea4976304825c22ba41d9a734b2c (diff)
Fix popover position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/mail.scss b/css/mail.scss
index 2769f0547..8ced084e7 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -941,6 +941,11 @@ input.submit-message,
border-radius: 50%;
cursor: pointer;
}
+
+ /* popover fix the flex positionning of the li parent */
+ > .app-navigation-entry-menu {
+ top: 44px;
+ }
}
}
}