From 112d60ac7843368758a47c07a58d6dbad6f9c6a4 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Mon, 30 Dec 2024 22:52:48 +0400 Subject: [PATCH] Fixed selector appearing behind the media and not being accessible --- src/styles/content/listing.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/content/listing.scss b/src/styles/content/listing.scss index f963b82..a770c00 100644 --- a/src/styles/content/listing.scss +++ b/src/styles/content/listing.scss @@ -203,6 +203,7 @@ position: absolute; top: 5px; left: 5px; + z-index: 1; } &.shown {