From 15a25e05d98ee2f5203b9c618490831296cdc156 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 27 Jul 2024 18:38:38 +0200 Subject: [PATCH] :bug: allow clicking trough copylink wrappers --- page/copylink.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/page/copylink.css b/page/copylink.css index 17dfdef..ff327bb 100644 --- a/page/copylink.css +++ b/page/copylink.css @@ -1,6 +1,11 @@ .wrapper.copylink-id { padding-top: 5.3rem; /* NOTE: This is tied to `nav .nav-container` */ margin-top: -5.3rem; /* NOTE: This is tied to `nav .nav-container` */ + + pointer-events: none; +} +.wrapper.copylink-id > * { + pointer-events: initial; } .copylink {