Fix bug where "save edits" box gets drawn over category title box
This commit is contained in:
parent
a26b4f8d86
commit
71d21fb616
@ -1,7 +1,8 @@
|
||||
.edit-bar {
|
||||
position: sticky;
|
||||
top: 53px; /* match section-header height */
|
||||
padding: 3px 0 0 0; /* match info-container-inner margin-top*/
|
||||
top: 54px; /* match section-header height */
|
||||
margin-top: 5px;
|
||||
padding: 0px 0 0 0; /* match info-container-inner margin-top*/
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
z-index: 1000;
|
||||
@ -9,5 +10,5 @@
|
||||
|
||||
.edit-bar .buttons-container {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 10px 0 0 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user