From 49e810192ff8b2c1b2fbadd92728f5520acc727e Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Wed, 23 Oct 2024 18:08:17 -0500 Subject: [PATCH] Fix sticky bit not being sticky The article progress indicator is supposed to be sticky. The positioning got broken by some overflow on the page. --- src/app/pages/blog/blog.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/pages/blog/blog.scss b/src/app/pages/blog/blog.scss index 4342fe38d..8f11b1d12 100644 --- a/src/app/pages/blog/blog.scss +++ b/src/app/pages/blog/blog.scss @@ -5,6 +5,7 @@ background-color: ui-color(white); justify-items: center; width: 100%; + overflow: clip; section { width: 100%;