💄 调整崩溃弹窗zIndex

This commit is contained in:
BTMuli
2025-12-31 01:08:55 +08:00
parent a2098347eb
commit 7c55637f1a

View File

@@ -26,4 +26,8 @@ html #sentry-feedback {
--success-color: var(--tgc-od-green);
--error-color: var(--tgc-od-red);
--interactive-filter: none;
}
html .sentry-error-embed-wrapper {
z-index: 9999;
}