Skip to content

Commit 496c08f

Browse files
marcgurneykangas
authored andcommitted
INT-417 fix for erroneous scroll bar
1 parent cb3a666 commit 496c08f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/home/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@
9393
}
9494

9595
.main {
96-
padding: 0 0 0 25px;
96+
padding: 0 0 0 26px;
9797
flex: 1;
98+
overflow-x: hidden;
9899
}
99100

100101
.side {

0 commit comments

Comments
 (0)