Skip to content

Instantly share code, notes, and snippets.

@kolibril13
Created April 23, 2023 08:37
Show Gist options
  • Save kolibril13/d389d93f507418e3267a95c767f99ce5 to your computer and use it in GitHub Desktop.
Save kolibril13/d389d93f507418e3267a95c767f99ce5 to your computer and use it in GitHub Desktop.
styles.css
html,
* {
box-sizing: border-box;
}
body {
overflow: hidden;
position: fixed;
overscroll-behavior: none;
padding: 0px;
margin: 0px;
font-family: sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment