From 75ea5d18ea549953b16ac5287bd930bf4b211f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 11 Feb 2016 15:55:38 +0100 Subject: [PATCH] resized toastcontainer to prevent users clicking the toastcontainer when trying to click other things --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 2d3cee53..a3d51983 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -29,6 +29,7 @@ #toast-container{ left:2%; cursor:pointer; + width:70vw; /*pointer-events:none;*/ } @@ -1259,6 +1260,7 @@ nav ul li:hover, nav ul li.active { #toast-container{ left:0% !important; + width:100vw; } .brand-mobile{