[Solved] How can I disable the mirror effect on hover? #202
Answered
by
Series95
avinashkanaujiya
asked this question in
Q&A
-
|
Just what the title says. |
Beta Was this translation helpful? Give feedback.
Answered by
Series95
Nov 17, 2025
Replies: 1 comment
-
|
:root{ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lscambo13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
:root{
--cardHoverEffect: none;
}