Skip to content

Commit 6f8d4e6

Browse files
authored
Add pointer-events:none to .exit (#6541)
1 parent 53a1f49 commit 6f8d4e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -724,4 +724,5 @@ ol.mdx-illustration-block {
724724
opacity: 0;
725725
transition: opacity 500ms ease-out;
726726
transition-delay: 1s;
727+
pointer-events: none;
727728
}

0 commit comments

Comments
 (0)