Skip to content

Commit

Permalink
add overscroll behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Sep 18, 2024
1 parent 018ce1c commit 2f6ab6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<meta property="og:type" content="website" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
{% block meta %}{% endblock %}
<style>
html, body {
overscroll-behavior: none;
}
</style>
<link rel="stylesheet" href="/dist.css" />
{% block css %} {%endblock%}
</head>
Expand Down

0 comments on commit 2f6ab6c

Please sign in to comment.