mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
resized toastcontainer to prevent users clicking the toastcontainer when trying to click other things
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user