Add pointer-events: none to visitor banner mask
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
parent
9a60787b16
commit
e7e600fc25
|
|
@ -122,6 +122,7 @@ onMounted(() => {
|
|||
background-size: cover;
|
||||
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0), transparent);
|
||||
mask-image: linear-gradient(rgba(0, 0, 0, 1.0), transparent);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.dashboard {
|
||||
|
|
|
|||
Loading…
Reference in New Issue