_stickyheader.css (210B)
1
2 @media (min-width: 75em) {
3
4 [data-scrolldir="down"] .sticky {
5 position: fixed;
6 top:100px;
7 right:0;
8 }
9
10 [data-scrolldir="up"] .sticky {
11 position: fixed;
12 top:100px;
13 right:0;
14 }
15 }