🐛 Fixed toast poition on mobile devices

This commit is contained in:
Liyas Thomas
2019-12-08 10:01:33 +05:30
parent a32eb24f8c
commit 35d551f05e

View File

@@ -878,4 +878,8 @@ input[type="radio"]:checked + label + .tab {
.inner-right {
margin-left: 0;
}
.toasted {
margin-bottom: 68px;
}
}