summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-16 18:49:10 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-16 18:49:10 +0500
commite840cb612f9ddf537a0d9ec7223ea87bc15b0308 (patch)
treeb04dfa35cd9e9157bdd82c2eb9724764af8f2c9e /web/sass-files/sass/partials/_modal.scss
parent0fbe63eb37b0764a106b0fdd47bc149f122b520d (diff)
downloadchat-e840cb612f9ddf537a0d9ec7223ea87bc15b0308.tar.gz
chat-e840cb612f9ddf537a0d9ec7223ea87bc15b0308.tar.bz2
chat-e840cb612f9ddf537a0d9ec7223ea87bc15b0308.zip
Fixing more direct channel modal scrolling
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss3
1 files changed, 3 insertions, 0 deletions
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 {