Fixed disabling pointer events
This commit is contained in:
parent
79620b4d9c
commit
e98282db63
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue