Fixed disabling pointer events

This commit is contained in:
Joel Collins 2020-04-06 14:35:00 +01:00
parent 79620b4d9c
commit e98282db63

View file

@ -370,7 +370,7 @@ html {
0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important; 0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important;
border-radius: 5px; border-radius: 5px;
opacity: 100%; opacity: 100%;
pointer-events: none; pointer-events: none !important;
} }
.v-step { .v-step {