From 954227be53e467ea316ea9662941fb3ac18b8c28 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 4 Jan 2018 16:12:40 -0500 Subject: [PATCH] Don't let modal button cover up header bottom border --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 2e14ac1d0..e10487025 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -713,7 +713,7 @@ button.save.has-count .count::before { position: absolute; right: 0; top: 0; - height: 60px; + height: 59px; z-index: 50; } [dir='rtl'] .modal > button {