Skip to content

Commit 87e306c

Browse files
author
Chris Hart
committed
Fix horizontal scrollbar in Conversations
Fixes: CNVS-33835 Test plan: - Log into Canvas as any kind of user: admin, teacher, etc. - When you go to your Inbox, you should no longer see an unnecessary horizontal scrollbar (compare with production or beta, which both have the scrollbar) Change-Id: I3763126d0812529db02db041582c0784521fdb18 Reviewed-on: https://gerrit.instructure.com/98191 Tested-by: Jenkins Reviewed-by: Pam Hiett <phiett@instructure.com> Product-Review: Colleen Palmer <colleen@instructure.com> QA-Review: Dan Sasaki
1 parent 74c736f commit 87e306c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/stylesheets/pages/conversations/_conversations_new.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
height: 100%;
99
}
1010

11+
.ic-Layout-wrapper {
12+
position: relative;
13+
}
14+
1115
.ic-Layout-columns {
1216
position: absolute;
1317
top: 0; bottom: 0;

0 commit comments

Comments
 (0)