@@ -50,9 +50,9 @@ body, html {
position: fixed;
top: 0;
left: 0;
background: url('images/bg.png') center center / cover no-repeat;
height: 100vh;
width: 100%;
height: 100%;
background: url('images/bg.png') center center / contain no-repeat;
z-index: 0;
pointer-events: none;
}
The note is not visible to the blocked user.