From 6f8d4e60999f335ef2dd4eb2650e701deb7bb581 Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 9 Jan 2024 12:59:49 -0500 Subject: [PATCH] Add pointer-events:none to .exit (#6541) --- src/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.css b/src/styles/index.css index f22784ce0..cfd82dc0b 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -724,4 +724,5 @@ ol.mdx-illustration-block { opacity: 0; transition: opacity 500ms ease-out; transition-delay: 1s; + pointer-events: none; }