2020-05-08 11:23:06 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2019-09-05 11:06:40 +00:00
|
|
|
vn-scroll-up {
|
2020-05-08 11:23:06 +00:00
|
|
|
right: 0;
|
|
|
|
top: $topbar-height;
|
|
|
|
margin: $float-spacing;
|
2019-09-05 11:06:40 +00:00
|
|
|
display: none;
|
|
|
|
position: fixed;
|
2021-05-18 08:20:15 +00:00
|
|
|
z-index: 10
|
2019-09-05 11:06:40 +00:00
|
|
|
}
|