Fixed issue with toasts acting weird

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-12 16:52:04 +02:00
parent 05ce8923e6
commit 02081d9bb5

View File

@@ -272,6 +272,9 @@ li.disabled span {
left:2%;
cursor:pointer;
width:70vw;
display: flex;
flex-direction: column;
align-items: baseline;
/*pointer-events:none;*/
}