diff --git a/resources/css/components/scroller-top.css b/resources/css/components/scroller-top.css new file mode 100644 index 0000000..b60239a --- /dev/null +++ b/resources/css/components/scroller-top.css @@ -0,0 +1,10 @@ +#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; +}