Only show scrollbars when necessary

This commit is contained in:
Chi Vinh Le
2018-01-11 16:05:20 +01:00
parent 1337873adf
commit 210b0ab907
@@ -207,7 +207,7 @@
.toastify__body {
color: white;
overflow-x: scroll;
overflow-x: auto;
font-size: 15px;
font-weight: 400;
}