From 49dc61eaa84e93aadc067dcbb5952519d3740597 Mon Sep 17 00:00:00 2001 From: Chiri Vulpes Date: Sat, 19 Oct 2024 23:49:21 +1300 Subject: [PATCH] Make it so that the scrollbar gutter space is reserved so the main content column doesn't move between views --- style/app.chiri | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/app.chiri b/style/app.chiri index a3a45b2..c0a7c97 100644 --- a/style/app.chiri +++ b/style/app.chiri @@ -20,11 +20,13 @@ %grid %columns-subgrid %overflow-auto-y + %gutter-stable grid-area: content grid-template-areas: "content related" #tablet: %block + %overflow-visible &-related: width: #{w}px