Skip to content

Commit

Permalink
fix: [RateActions] Reduce .RateActions' z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Dec 17, 2020
1 parent 9a855b0 commit 0ca468e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/var.less
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,11 @@
@zindex-toast: 200;
@zindex-tooltip: 200;
@zindex-recorder-toast: 100;
@zindex-rate-actions: @zindex-modal;

@zindex-navbar: 10;
@zindex-footer: 10;
@zindex-quick-replies: 110;
@zindex-rate-actions: 10;
@zindex-notice: 30;

@zindex-input-counter: 1;
Expand Down

0 comments on commit 0ca468e

Please sign in to comment.