Skip to content

Commit 6263253

Browse files
committed
fix fps z-index
1 parent b57c4d4 commit 6263253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209

210210
.fps-wrapper {
211211
> div {
212-
@apply absolute! left-auto! top-2! right-2! drop-shadow-md overflow-hidden! px-1! font-sans! text-xs! bg-primary! text-color!;
212+
@apply absolute! left-auto! top-2! right-2! drop-shadow-md overflow-hidden! px-1! font-sans! text-xs! bg-primary! text-color! z-auto!;
213213

214214
> div {
215215
@apply left-0! right-0! bottom-0! bg-primary!;

0 commit comments

Comments
 (0)