Skip to content

Commit

Permalink
bugfix/toggle dark mode z-index css changed
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonbolonha committed Aug 17, 2023
1 parent 2961c5b commit bbd4009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next-boilerplate/src/styles/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@
}

.toggle-dark-mode {
z-index: 99;
position: absolute;
right: 20px;
right: 50px;
top: 60px;
transform: rotate(90deg);
display: flex;
Expand Down

0 comments on commit bbd4009

Please sign in to comment.