初回ログイン時の「Your first notification!」オーバーレイを無効にする

See

Something like

.ring-backdrop, 
.ring-backdrop-spotlight {
    display: none;
}

should work.