summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-28 20:14:12 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-28 20:14:12 +0500
commita3f43ad6bc7668bba60bfcde92488b2695db8f66 (patch)
tree72419fb901a89d3cd92e58f85d35297df660ef66 /web/sass-files/sass
parent6b965b365e87bea77cec7be1803b7ea8ca34ef33 (diff)
downloadchat-a3f43ad6bc7668bba60bfcde92488b2695db8f66.tar.gz
chat-a3f43ad6bc7668bba60bfcde92488b2695db8f66.tar.bz2
chat-a3f43ad6bc7668bba60bfcde92488b2695db8f66.zip
Fixing not being able to scroll at the bottom in the LHS
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index b724b8ced..ead65af2e 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -607,7 +607,7 @@
@include translate3d(0, 0, 0);
}
> div {
- padding-bottom: 0;
+ padding-bottom: 70px;
}
.nav-pills__unread-indicator-bottom {
bottom: 10px;