diff --git a/static/css/style.css b/static/css/style.css index 2139eb7..97de490 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,7 +6,9 @@ body { max-width: 40rem; padding: 2rem; margin: auto; - background: #fafafa; } + background: #fafafa; + overscroll-behavior-y: none; +} img { max-width: 100%; } @@ -36,4 +38,4 @@ h3 { hr { border: 0px; border: 1px solid #eee; -} \ No newline at end of file +}