diff --git a/static/css/style.css b/static/css/style.css index 6ef2ab59..5c4a4e6f 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,7 +27,7 @@ } #toast-container{ - left:2% !important; + left:2%; cursor:pointer; /*pointer-events:none;*/ } @@ -1210,6 +1210,10 @@ nav ul li:hover, nav ul li.active { right: 0; } + #toast-container{ + left:0% !important; + } + .brand-mobile{ padding-left:0px !important; }