From ddf3d1a7ac516c4d144453cb4797192e0dd3a80b Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:34:28 +0900 Subject: [PATCH] draw extra network buttons above description --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 47876e929..d67b63363 100644 --- a/style.css +++ b/style.css @@ -863,6 +863,7 @@ footer { position: absolute; color: white; right: 0; + z-index: 1 } .extra-network-cards .card:hover .button-row{ display: flex;