summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-05-01 09:18:21 +0500
committerChristopher Speller <crspeller@gmail.com>2017-05-01 00:18:21 -0400
commit5ab7726c1ec72678e505b87335eb011f97a09b3c (patch)
tree196c3727bba1dd0b81fae9b2b26689f0a5652378 /webapp/sass/components/_modal.scss
parent6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c (diff)
downloadchat-5ab7726c1ec72678e505b87335eb011f97a09b3c.tar.gz
chat-5ab7726c1ec72678e505b87335eb011f97a09b3c.tar.bz2
chat-5ab7726c1ec72678e505b87335eb011f97a09b3c.zip
Multiple Ui fixes (#6272)
* PLT-6453 - Improving headings in the web app * PLT-6414 - Fixing view members modal issue * PLT-5863 - Fixing alignment in new channel menu * PLT-6391 - Fixing code block overlay
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 7e5d0cd3d..6e54d60ff 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -275,6 +275,10 @@
overflow-y: visible;
}
+ .post-code__container {
+ overflow: auto;
+ }
+
.modal-image__wrapper {
@include border-radius(3px);
display: table-cell;