From 25baf8c73bcefbb6ad8c969abe9abc6764044f09 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Mon, 14 Mar 2022 21:48:33 +1300 Subject: [PATCH] Fix z-index on can't think page Because why would I be able to test if I'm not able to think? --- sass/includes/_cant-think-page.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/includes/_cant-think-page.sass b/sass/includes/_cant-think-page.sass index 2365a59..99faa21 100644 --- a/sass/includes/_cant-think-page.sass +++ b/sass/includes/_cant-think-page.sass @@ -74,6 +74,7 @@ $_theme: () !default &:target position: fixed + z-index: 1 top: 0 bottom: 0 left: 0