From db3b827ee4922ff8f57d57b24a512777c74ed7e1 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Wed, 15 Jun 2022 08:16:35 -0700 Subject: [PATCH] Make thumbnail position sticky --- docs/render/recipe.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/render/recipe.css b/docs/render/recipe.css index dd53b30..e2cb1e9 100644 --- a/docs/render/recipe.css +++ b/docs/render/recipe.css @@ -409,7 +409,7 @@ img.qr { max-width: unset; } - #thumbnail-container {width: 100%;height: 100vh;} + #thumbnail-container {width: 100%;height: 100vh;position: sticky;top: 0;} .thumbnail { max-height: 100vh;