Skip to content

Commit

Permalink
Increase time control z-index
Browse files Browse the repository at this point in the history
Car has z-index of 1000, which blocks access to the buttons.
  • Loading branch information
nick-jones committed Nov 29, 2023
1 parent 4a119ab commit d53ecbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Dashboard/dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
position: absolute;
bottom: 0.5em;
right: 0.5em;
z-index: 2000;
}

.charge-station {
Expand Down

0 comments on commit d53ecbb

Please sign in to comment.