[–] d3nj4l 4y ago ↗ Ideally, this would hide the mouse cursor when it's over the notch ;) [–] LukeBMM 4y ago ↗ `body::before { cursor: none; }` doesn't quite do the trick because the SVG is larger than the notch itself and includes a lot of dead space. Changing that to be a smaller image + some margin should be an option.
[–] LukeBMM 4y ago ↗ `body::before { cursor: none; }` doesn't quite do the trick because the SVG is larger than the notch itself and includes a lot of dead space. Changing that to be a smaller image + some margin should be an option.
2 comments
[ 0.21 ms ] story [ 18.3 ms ] thread