From be5aa0398b254c37a0fae143c0e26a43d5004468 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 4 Jan 2017 21:29:55 +0500 Subject: Ui fixes (#4954) * PLT-5102 - Adjusting whitespace for post textarea * PLT-5099 - Fixing alignment for inputs * PLT-5095 - Pending post controls z-index increase --- webapp/components/textbox.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/components') diff --git a/webapp/components/textbox.jsx b/webapp/components/textbox.jsx index 1189a51d8..af3a14683 100644 --- a/webapp/components/textbox.jsx +++ b/webapp/components/textbox.jsx @@ -115,9 +115,9 @@ export default class Textbox extends React.Component { // Move over attachment icon to compensate for the scrollbar if (height > maxHeight) { - wrapper.closest('.post-body__cell').addClass('scroll'); + wrapper.closest('.post-create').addClass('scroll'); } else { - wrapper.closest('.post-body__cell').removeClass('scroll'); + wrapper.closest('.post-create').removeClass('scroll'); } } -- cgit v1.2.3-1-g7c22