fix(app): #2412 Fix tooltip being cut off (#2514)

This commit is contained in:
Mohit Nagaraj
2024-10-08 13:59:03 +05:30
committed by GitHub
parent e1202b545e
commit db24b1d517

View File

@@ -42,7 +42,7 @@ onMounted(() => {
font-weight: 400;
background: var(--vp-c-brand-dark);
color: white;
z-index: 10;
z-index: 99;
white-space: nowrap;
padding: 2px 8px;
border-radius: 4px;