Skip to content

Commit

Permalink
fix(back-top): add default z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Jan 5, 2023
1 parent c38c352 commit f9f45fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui/src/back-top/backTop.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.var-back-top {
position: fixed;
z-index: 100;
right: var(--back-top-right);
bottom: var(--back-top-bottom);
transform: scale(0);
Expand Down

0 comments on commit f9f45fb

Please sign in to comment.