Skip to content

Commit

Permalink
fix link-tt z-index too low
Browse files Browse the repository at this point in the history
increased the z-index of link tooltips
to a bigger number

fix #6124
  • Loading branch information
nokhub committed Nov 9, 2023
1 parent dded02a commit f9e0d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/main-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ styles.registerStyle("main", () => {
? {
opacity: 1,
transition: "opacity .1s linear",
"z-index": 100,
"z-index": 9999,
}
: {},
"*:not(input):not(textarea)": isAdminClient()
Expand Down

0 comments on commit f9e0d4b

Please sign in to comment.