From e840cb612f9ddf537a0d9ec7223ea87bc15b0308 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 16 Oct 2015 18:49:10 +0500 Subject: Fixing more direct channel modal scrolling --- web/sass-files/sass/partials/_modal.scss | 3 +++ web/sass-files/sass/partials/_responsive.scss | 7 +++++++ 2 files changed, 10 insertions(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 344b11e9e..0e474a1e2 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -153,6 +153,8 @@ .more-name { font-weight: 600; font-size: 0.95em; + overflow: hidden; + text-overflow: ellipsis; } tbody { > tr { @@ -340,6 +342,7 @@ overflow: auto; -webkit-overflow-scrolling: touch; max-height: 500px; + position: relative; } .table { diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 09f2c179e..c41199cac 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -270,6 +270,13 @@ height: auto; } } + .modal-direct-channels { + .member-count { + float: none; + margin-top: 10px; + display: block; + } + } .center-file-overlay { font-size: 1.3em; } -- cgit v1.2.3-1-g7c22