Fix for text scrolling behind the "save edits" box
This commit is contained in:
parent
71d21fb616
commit
fdecc457c4
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user