mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 11:04:10 +02:00
Add pointer-events: none to visitor banner mask
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
@@ -122,6 +122,7 @@ onMounted(() => {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0), transparent);
|
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0), transparent);
|
||||||
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 {
|
.dashboard {
|
||||||
|
|||||||
Reference in New Issue
Block a user