We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c011fd commit 92b76fdCopy full SHA for 92b76fd
assets/css/modal.css
@@ -28,7 +28,7 @@
28
position: fixed;
29
inset: 0;
30
background: rgb(0 0 0 / 60%);
31
- z-index: 99;
+ z-index: 999;
32
overflow: auto;
33
}
34
assets/js/dashboard/util/tooltip.tsx
@@ -91,7 +91,7 @@ function TooltipMessage({
91
ref={setPopperElement}
92
style={popperStyle}
93
{...popperAttributes}
94
- className="z-[999] px-2 py-1 rounded-sm text-sm text-gray-100 font-medium bg-gray-800 dark:bg-gray-700"
+ className="z-[99] px-2 py-1 rounded-sm text-sm text-gray-100 font-medium bg-gray-800 dark:bg-gray-700"
95
role="tooltip"
96
>
97
{children}
0 commit comments