feat: disable scrolling past boundaries
This commit is contained in:
parent
21d4270cf7
commit
373de60913
3 changed files with 2 additions and 4 deletions
|
|
@ -5,5 +5,4 @@ My portfolio website
|
|||
## todo
|
||||
|
||||
- Mobile support
|
||||
- Problem toggler
|
||||
- stop overflow
|
||||
- Improve post h3 styling
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
html,
|
||||
body {
|
||||
font-family: "Signifier", serif;
|
||||
overflow: hidden;
|
||||
overscroll-behavior: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
html,
|
||||
body {
|
||||
font-family: "Signifier", serif;
|
||||
overflow: scroll;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue