Skip to content

Commit

Permalink
feat: fix z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
rockcookies committed Apr 26, 2023
1 parent a6ab26f commit 7ae694d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fnx-ui/site/pages/Components/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@

.components__device-container {
right: -@site-content-padding;
z-index: 1001;
z-index: 100;

&--expanded {
z-index: 1001;
right: 0;
}
}
Expand Down

0 comments on commit 7ae694d

Please sign in to comment.