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 authored and ganthern committed Nov 13, 2023
1 parent 803bbf0 commit 2dae4e6
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 2dae4e6

Please sign in to comment.