From 7c49c77942cb3e2b744e9439c431fe11c563848a Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 15 Jan 2024 00:08:15 -0600 Subject: [PATCH] Allow clicking through to in use artwork --- www/css/artwork.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/artwork.css b/www/css/artwork.css index 53faedc8..6a7208e4 100644 --- a/www/css/artwork.css +++ b/www/css/artwork.css @@ -44,6 +44,7 @@ ol.artwork-list > li.in-use::before{ height: 100%; width: 100%; background-image: url("/images/stripes-xdark.svg"); + pointer-events: none; } ol.artwork-list > li a:has(img){