Add pointer-events:none to .exit (#6541)

This commit is contained in:
Ricky
2024-01-09 12:59:49 -05:00
committed by GitHub
parent 53a1f4940e
commit 6f8d4e6099

View File

@@ -724,4 +724,5 @@ ol.mdx-illustration-block {
opacity: 0;
transition: opacity 500ms ease-out;
transition-delay: 1s;
pointer-events: none;
}