From fdecc457c491dee9381c0068f803a4b28848ab1d Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Wed, 17 May 2023 15:34:32 +0100 Subject: [PATCH] Fix for text scrolling behind the "save edits" box --- app/src/frontend/building/data-container.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/building/data-container.css b/app/src/frontend/building/data-container.css index 77f9c6d1..9a9dcda8 100644 --- a/app/src/frontend/building/data-container.css +++ b/app/src/frontend/building/data-container.css @@ -1,6 +1,6 @@ .edit-bar { position: sticky; - top: 54px; /* match section-header height */ + top: 53.5px; /* match section-header height */ margin-top: 5px; padding: 0px 0 0 0; /* match info-container-inner margin-top*/ width: 100%;