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 {