From afbe5bab1182af8f58da2c33970b7c88f9a55927 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 8 Mar 2017 14:16:18 +0500 Subject: Bug fixes (#5682) * PLT-5740 - Fixing overlapping attachment icon * PLT-5748 - Scroll not visible in RHS IE11 --- webapp/sass/layout/_post.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 69cbbd712..5ecd50468 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -359,6 +359,10 @@ } .post-create__container { + .custom-textarea { + overflow: hidden; + } + form { margin: 0 auto; padding: .5em 15px 0; @@ -376,6 +380,8 @@ } .custom-textarea { + -ms-overflow-style: auto; + overflow: auto; padding-right: 43px; } } @@ -523,6 +529,7 @@ .col__reply { min-width: 0; } + .dropdown { margin-right: 0; } -- cgit v1.2.3-1-g7c22