From 03ae42ab1748e4ea0d7304e78a7fd6f72a57684c Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Tue, 27 Dec 2022 19:12:36 +0800
Subject: [PATCH] Possible fix for #35

---
 src/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app.css b/src/app.css
index 18ab5474..759e8892 100644
--- a/src/app.css
+++ b/src/app.css
@@ -617,10 +617,10 @@ button.carousel-dot[disabled].active {
   padding-left: max(16px, env(safe-area-inset-left));
   padding-right: max(16px, env(safe-area-inset-right));
   padding-bottom: max(16px, env(safe-area-inset-bottom));
-  mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
 }
 .sheet header + main {
   padding-top: 0;
+  mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
 }
 
 /* TAG */