source:
trip-planner-front/node_modules/primeng/resources/components/scrolltop/scrolltop.css
Last change on this file was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 247 bytes |
Rev | Line | |
---|---|---|
[59329aa] | 1 | .p-scrolltop { |
2 | position: fixed; | |
3 | bottom: 20px; | |
4 | right: 20px; | |
5 | display: flex; | |
6 | align-items: center; | |
7 | justify-content: center; | |
8 | } | |
9 | ||
10 | .p-scrolltop-sticky { | |
11 | position: sticky; | |
12 | } | |
13 | ||
14 | .p-scrolltop-sticky.p-link { | |
15 | margin-left: auto; | |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.