summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-28 07:22:13 -0800
committerCorey Hulen <corey@hulen.com>2016-02-28 07:22:13 -0800
commit20b45a9e1a41cbc589f91d101b5c51d9e60e243d (patch)
treee6d164625409116021d23c17358b68c46ea34de9
parent39a396928b33e5ff3f8ca73923b052afc7ab4008 (diff)
parenta3f43ad6bc7668bba60bfcde92488b2695db8f66 (diff)
downloadchat-20b45a9e1a41cbc589f91d101b5c51d9e60e243d.tar.gz
chat-20b45a9e1a41cbc589f91d101b5c51d9e60e243d.tar.bz2
chat-20b45a9e1a41cbc589f91d101b5c51d9e60e243d.zip
Merge pull request #2281 from asaadmahmoodspin/ui-improvements
Fixing not being able to scroll at the bottom in the LHS
-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;