Skip to content

Commit

Permalink
fix: remove rubber band on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Nov 11, 2023
1 parent 39edff1 commit 4036b81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
font-family: monospace;

font-size: 20px;

/**
* Disables rubber band effect on ios
*/
position: fixed;
width: 100%;
}

body {
Expand Down

0 comments on commit 4036b81

Please sign in to comment.