fix positioning of sub header when scrolling

This commit is contained in:
Mads Rasmussen
2016-07-28 12:34:04 +02:00
parent 3cdf80a82b
commit be8a52e7b6

View File

@@ -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;
}