From 25260c22fc559c0c4947f46d96bf730b14225aaa Mon Sep 17 00:00:00 2001 From: Raphael Antonietti Date: Tue, 28 Jul 2026 08:49:48 +0200 Subject: [PATCH] PB-2303: fix status banner clickability on narrow screens --- .vitepress/theme/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vitepress/theme/custom.css b/.vitepress/theme/custom.css index 7c8280c..66a2b45 100644 --- a/.vitepress/theme/custom.css +++ b/.vitepress/theme/custom.css @@ -141,6 +141,8 @@ figcaption { .status-container { width: 100%; + position: relative; + z-index: 1; } .status-warning {