From 1280d468b303cdbd2775da15548677e20a45a2b1 Mon Sep 17 00:00:00 2001 From: Blake Eriks Date: Sat, 22 Jan 2022 22:12:37 -0800 Subject: [PATCH] Remove body padding to prevent modal shifting content. --- styles/App.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/App.css b/styles/App.css index 6f99b69..8863081 100644 --- a/styles/App.css +++ b/styles/App.css @@ -20,6 +20,12 @@ outline: none !important; } +/* Body */ +body { + /* Prevent modal shifting content */ + padding-right: 0 !important; +} + /* App */ #root, html,