mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00: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;
|
||||
-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 {
|
||||
|
||||
Reference in New Issue
Block a user