source:
trip-planner-front/node_modules/primeng/resources/components/scrolltop/scrolltop.css@
59329aa
Last change on this file since 59329aa was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 247 bytes |
Line | |
---|---|
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.