Show HN: Add a MBP style notch to your site with CSS(xta.github.io)1 points·by rexf·5 jaar geleden·2 commentsxta.github.ioShow HN: Add a MBP style notch to your site with CSShttps://xta.github.io/notch-css/2 commentsPost comment[–]d3nj4l·5 jaar geledenreplyIdeally, this would hide the mouse cursor when it's over the notch ;)[–]LukeBMM·5 jaar geledenreply`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.