Skip to content

Commit

Permalink
controllers z-index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Jun 26, 2024
1 parent 1eb640a commit ac658cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/link/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ body {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding: 3px;
z-index: 1000;

&:hover {
cursor: pointer;
Expand Down Expand Up @@ -485,6 +486,7 @@ body {
border: solid 1px #ccc;
font-size: 16px;
box-shadow: 0 2px 2px #1e1e1e;
z-index: 1000;

&-menu {
height: 20px;
Expand Down

0 comments on commit ac658cb

Please sign in to comment.