From 3ab5298f7fd284b5a0677b5c671d62e8fa42aca7 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 12 Jan 2022 20:26:25 -0800 Subject: [PATCH] Fix the modals being too high. Closes #1664 --- webroot/styles/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/webroot/styles/app.css b/webroot/styles/app.css index c7c8aadfc..b8f6f3ed1 100644 --- a/webroot/styles/app.css +++ b/webroot/styles/app.css @@ -357,7 +357,6 @@ header { width: 50%; overflow: hidden; box-sizing: border-box; - top: -15%; } .modal__close { background: transparent;