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
diff options
context:
space:
mode:
-rwxr-xr-xcss/mail.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/mail.css b/css/mail.css
index d2e19f833..f6aa0b746 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -129,7 +129,7 @@
}
#app-navigation > ul {
- padding-bottom: 80px; /* scroll hack because of #settings fixed */
+ height: calc(100% - 65px);
}
#app-navigation ul {
overflow-x: hidden;