From 35d551f05e582e916b32e9de6de3b6ebe1f35600 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 8 Dec 2019 10:01:33 +0530 Subject: [PATCH] :bug: Fixed toast poition on mobile devices --- assets/css/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 4285d9a5a..d4d02afe3 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -878,4 +878,8 @@ input[type="radio"]:checked + label + .tab { .inner-right { margin-left: 0; } + + .toasted { + margin-bottom: 68px; + } }