Skip to content

Commit

Permalink
Merge pull request #556 from webitel/fix/call-icon-z-index
Browse files Browse the repository at this point in the history
fix: added z-index:2 to call-button in queue section [WTEL-5554](https://webitel.atlassian.net/browse/WTEL-5554)
  • Loading branch information
liza-pohranichna authored Dec 16, 2024
2 parents c639e27 + c250632 commit 34e4aa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export default {
left: var(--spacing-md);
border-color: var(--success-color);
background: var(--success-color);
z-index: 5;
:deep .wt-icon__icon {
fill: var(--icon-on-dark-color);
Expand Down

0 comments on commit 34e4aa1

Please sign in to comment.