Fix for text scrolling behind the "save edits" box

This commit is contained in:
Mike Simpson 2023-05-17 15:34:32 +01:00
parent 71d21fb616
commit fdecc457c4

View File

@ -1,6 +1,6 @@
.edit-bar { .edit-bar {
position: sticky; position: sticky;
top: 54px; /* match section-header height */ top: 53.5px; /* match section-header height */
margin-top: 5px; margin-top: 5px;
padding: 0px 0 0 0; /* match info-container-inner margin-top*/ padding: 0px 0 0 0; /* match info-container-inner margin-top*/
width: 100%; width: 100%;