From acb5e2857546afe0e700e50787b562cc5b423cf4 Mon Sep 17 00:00:00 2001 From: Darsh Patel Date: Fri, 3 Apr 2020 21:04:56 +0530 Subject: [PATCH] Fixes bottom bar glitch on overscroll --- static/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +}