docs: docs modal z-index fixed, update alert docs (#5930)

This commit is contained in:
Netfan
2025-04-12 13:41:40 +08:00
parent a4682a7116
commit d3d1e1616c
3 changed files with 44 additions and 6 deletions

View File

@@ -104,6 +104,11 @@
--vp-custom-block-tip-text: var(--vp-c-text-1);
--vp-custom-block-tip-bg: var(--vp-c-brand-soft);
--vp-custom-block-tip-code-bg: var(--vp-c-brand-soft);
/**
* modal zIndex
*/
--popup-z-index: 1000;
}
@media (min-width: 640px) {