fix positioning of sub header when scrolling
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
.umb-editor-sub-header.-umb-sticky-bar {
|
||||
box-shadow: 0 5px 0 rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.16);
|
||||
transition: box-shadow 1s;
|
||||
top: 101px; /* height of header: 100px + its bottom-border: 1px */
|
||||
top: 100px; /* height of header */
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user