11 lines
165 B
CSS
11 lines
165 B
CSS
#scroller-top {
|
|
@apply bg-primary fixed z-40
|
|
w-16
|
|
h-16
|
|
flex items-center justify-center
|
|
right-16
|
|
bottom-16
|
|
cursor-pointer
|
|
rounded-full;
|
|
}
|