docs: fix theme card style in Firefox (#44473)

This commit is contained in:
afc163 2023-08-28 19:48:55 +08:00 committed by GitHub
parent 97b03dc938
commit 07056fa791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ const useStyle = createStyles(({ token, css }) => ({
width: 0;
height: 0;
opacity: 0;
position: absolute;
}
img {