Skip to content

Commit f4eb754

Browse files
author
JP Wienekus
committed
fix: audit list window covered by tooltip and highlight
1 parent d83f92a commit f4eb754

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/silent-planes-show.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Fixes a bug where highlights and tooltips render over the audit list window.

packages/astro/src/runtime/client/dev-toolbar/apps/audit/ui/audit-list-window.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class DevToolbarAuditListWindow extends HTMLElement {
8383
"Noto Color Emoji";
8484
color: rgba(191, 193, 201, 1);
8585
position: fixed;
86-
z-index: 999999999;
86+
z-index: 2000000009;
8787
bottom: 72px;
8888
left: 50%;
8989
transform: translateX(-50%);

0 commit comments

Comments
 (0)