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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2016-05-05 11:44:01 +0300
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2016-05-05 11:44:01 +0300
commit9d7e1a2cf79d09e3cceafc7dd314542b907e378a (patch)
treef5603e5aa0546c356a6349fa46dfbf08010eff8c
parent250e5fffd410a851649b09914f45e6407e717e1c (diff)
Fix scrollbar issue
-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;