resized toastcontainer to prevent users clicking the toastcontainer when trying to click other things

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-11 15:55:38 +01:00
parent 9fcaf20b9c
commit 75ea5d18ea

View File

@@ -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{