fix/disabled-mouse-events #77
1 changed files with 4 additions and 0 deletions
|
@ -66,3 +66,7 @@ ul {
|
|||
.Vue-Toastification__toast {
|
||||
margin: unset;
|
||||
}
|
||||
|
||||
:disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue