diff --git a/src/components/Layout.vue b/src/components/Layout.vue index 61dfb04..c1b1383 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -16,7 +16,7 @@ window.addEventListener('scroll', () => {
+ class="main-header fixed sm:sticky grid grid-flow-col grid-cols-[min-content_min-content_auto] sm:grid-cols-none sm:grid-rows-[min-content_auto_min-content] gap-2 sm:gap-4 overflow-scroll sm:overflow-visible sm:min-h-[calc(100vh-2rem)] items-center sm:items-start sm:justify-normal order-last sm:order-none self-end sm:self-start p-4 py-2 sm:py-6 bottom-0 md:bottom-auto mb-4 sm:mb-auto mr-4 sm:mr-0 ml-4 mt-4 sm:top-4 right-0 left-0 rounded-3xl bg-gray-900 text-white z-20">

{

-