diff --git a/resources/css/components/scroll-top.css b/resources/css/components/scroll-top.css index baa5b25..f3e2b3c 100644 --- a/resources/css/components/scroll-top.css +++ b/resources/css/components/scroll-top.css @@ -1,5 +1,5 @@ button#scroll-top { - @apply fixed lg:bottom-8 lg:right-12 bottom-4 right-4 bg-white border-2 border-solid border-primary text-primary rounded-full p-4 z-50; + @apply hidden lg:block fixed lg:bottom-8 lg:right-12 bottom-4 right-4 bg-white border-2 border-solid border-primary text-primary rounded-full p-4 z-50; img { @apply h-6 w-6;