mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-04 17:05:18 -05:00
16 lines
210 B
CSS
16 lines
210 B
CSS
|
|
||
|
@media (min-width: 75em) {
|
||
|
|
||
|
[data-scrolldir="down"] .sticky {
|
||
|
position: fixed;
|
||
|
top:100px;
|
||
|
right:0;
|
||
|
}
|
||
|
|
||
|
[data-scrolldir="up"] .sticky {
|
||
|
position: fixed;
|
||
|
top:100px;
|
||
|
right:0;
|
||
|
}
|
||
|
}
|