feat(core): fix sign in background arts block user interaction (#10621)

This commit is contained in:
EYHN
2025-03-05 13:57:01 +08:00
committed by GitHub
parent 61635aa77a
commit 59de4558bd

View File

@@ -11,4 +11,5 @@ export const wrapper = style({
export const arts = style({
position: 'absolute',
top: '128px',
pointerEvents: 'none',
});