From 5fafb84e026959680aa9aff02947beae0d177a88 Mon Sep 17 00:00:00 2001 From: Nyxaeroz Date: Wed, 27 Mar 2024 15:43:41 +0100 Subject: [PATCH] remove sticky from preface element --- quilt.css | 1 - 1 file changed, 1 deletion(-) diff --git a/quilt.css b/quilt.css index 74d2243..0da5cc6 100644 --- a/quilt.css +++ b/quilt.css @@ -106,7 +106,6 @@ nav { .preface{ top: 2rem; right: 2rem; - position: sticky ; max-width: 700px; width: calc(100% - 2rem); margin: 2rem auto;