From 2562bd92392be5c4b681aa02fb8c57279d55870d Mon Sep 17 00:00:00 2001 From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:11:18 -0700 Subject: [PATCH] Make callouts fixed instead of sticky --- styles/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/global.css b/styles/global.css index 498779c39..04c0aed60 100644 --- a/styles/global.css +++ b/styles/global.css @@ -54,8 +54,7 @@ span.shasum code { } div.custom-callouts { - position: -webkit-sticky; - position: sticky; + position: fixed; top: 65px; padding: 5px; background-color: #fefce8;