Skip to content

Commit

Permalink
fix(Label): isolate inner z-indexes (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Apr 17, 2024
1 parent 2cde017 commit 200c052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Label/Label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ $hover-opacity: 0.7;
transition-duration: $transitionDuration;
transition-timing-function: $transitionTimingFunction;
box-sizing: border-box;
/* make new stacking context to isolate z-indexes */
isolation: isolate;

--border-size: 0px;

Expand Down

0 comments on commit 200c052

Please sign in to comment.