summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-03-17 16:29:26 +0000
committerGeorge Goldberg <george@gberg.me>2017-03-17 16:29:26 +0000
commit7f266c19511171f509ae8a60170de10c8d10b41e (patch)
tree04cd68ac4722313abec3ea47cc7cda229e463b1d /webapp/sass/responsive
parentbfae88e60c7a623afae82e06ce1421ca778c06e7 (diff)
parent8568afe5b4fb4d26b14fbc0d21f088eaa490b314 (diff)
downloadchat-7f266c19511171f509ae8a60170de10c8d10b41e.tar.gz
chat-7f266c19511171f509ae8a60170de10c8d10b41e.tar.bz2
chat-7f266c19511171f509ae8a60170de10c8d10b41e.zip
Merge branch 'release-3.7' into master.
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 66c288a48..4fbec082a 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -13,6 +13,7 @@
.Select-value-label {
max-width: 190px;
+ text-overflow: ellipsis;
}
}
@@ -555,6 +556,13 @@
}
.modal {
+ .modal--scroll {
+ .modal-body {
+ max-height: calc(100vh - 62px);
+ overflow: auto;
+ }
+ }
+
.nav-pills {
> li {
&.active {
@@ -1628,6 +1636,7 @@
}
}
}
+
.attachment {
.attachment__image {
&.attachment__image--openraph {
@@ -1641,6 +1650,7 @@
left: 0;
position: fixed;
top: 0;
+ z-index: 9999;
.tutorial__content {
.tutorial__steps {