From cfce3c32cdf81ea325745404b8f48bce8479d8d7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 11 Dec 2022 15:30:49 +0800 Subject: [PATCH] Always difficult to keep track of z-indices --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index d83c3737..ab92e5ee 100644 --- a/src/app.css +++ b/src/app.css @@ -81,6 +81,7 @@ a.hashtag { display: flex; align-items: center; cursor: default; + z-index: 10; } .deck header > *:not(button) { flex-grow: 1;