Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Add a MBP style notch to your site with CSS (xta.github.io)
1 point by rexf on Oct 20, 2021 | hide | past | favorite | 2 comments


Ideally, this would hide the mouse cursor when it's over the notch ;)


`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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: