summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-10 10:38:57 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-10 10:42:11 +0500
commit6350b3e268c009c3e318196c93ad4fb189c1e51d (patch)
treedf3ae0ae895fd77dc2942ea3ab7b36439aff5158 /web/sass-files/sass/partials/_modal.scss
parent66f90428e9df63e1a863ff33a4d7b61166abccab (diff)
downloadchat-6350b3e268c009c3e318196c93ad4fb189c1e51d.tar.gz
chat-6350b3e268c009c3e318196c93ad4fb189c1e51d.tar.bz2
chat-6350b3e268c009c3e318196c93ad4fb189c1e51d.zip
FIxing scroll for more direct channels
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index a082ffb22..d533b4e9e 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -382,8 +382,6 @@
.user-list {
margin-top: 10px;
- overflow: auto;
- -webkit-overflow-scrolling: touch;
max-height: 500px;
position: relative;
}
@@ -394,11 +392,12 @@
.modal-body {
padding: 10px 0 20px;
+ overflow-x: hidden;
}
.filter-row {
margin-top: 10px;
- padding: 0 15px;
+ @include clearfix;
}
.member-count {