Merge pull request #1272 from coralproject/fix-scrollbars

Fix scrollbars issues
This commit is contained in:
Kim Gardner
2018-01-11 15:05:34 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -207,7 +207,7 @@
.toastify__body {
color: white;
overflow-x: scroll;
overflow-x: auto;
font-size: 15px;
font-weight: 400;
}
@@ -20,7 +20,7 @@
.mainContent {
width: calc(100% - 300px);
padding: 10px 14px 80px 14px;
padding: 10px 14px 120px 14px;
box-sizing: border-box;
max-width: 718px;
}