Skip to content

Commit

Permalink
Fixed overflow when scrolling up (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugtthis authored Jun 12, 2024
1 parent dcfeb24 commit d5ba434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* fill visible viewport
* https://developers.google.com/web/updates/2016/12/url-bar-resizing
*/
@apply h-full;
@apply h-full overflow-hidden;
}

button {
Expand Down

0 comments on commit d5ba434

Please sign in to comment.