From 7a00b470e0a8426d1aeea0946b3531151348a337 Mon Sep 17 00:00:00 2001 From: liza-pohranichna Date: Fri, 13 Dec 2024 18:49:32 +0200 Subject: [PATCH 1/2] fix: added z-index:2 to call-button in queue section [WTEL-5554](https://webitel.atlassian.net/browse/WTEL-5554) --- .../modules/queue-section/components/the-agent-queue-section.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/modules/queue-section/components/the-agent-queue-section.vue b/src/ui/modules/queue-section/components/the-agent-queue-section.vue index 21c1f42c..7b3c1094 100644 --- a/src/ui/modules/queue-section/components/the-agent-queue-section.vue +++ b/src/ui/modules/queue-section/components/the-agent-queue-section.vue @@ -194,6 +194,7 @@ export default { left: var(--spacing-md); border-color: var(--success-color); background: var(--success-color); + z-index: 2; :deep .wt-icon__icon { fill: var(--icon-on-dark-color); From c250632212e512dbf5151620f9ab9f2a9acc80f1 Mon Sep 17 00:00:00 2001 From: liza-pohranichna Date: Mon, 16 Dec 2024 12:24:49 +0200 Subject: [PATCH 2/2] fix: changed z-index to 5 to call-button in queue section [WTEL-5554](https://webitel.atlassian.net/browse/WTEL-5554) --- .../queue-section/components/the-agent-queue-section.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/modules/queue-section/components/the-agent-queue-section.vue b/src/ui/modules/queue-section/components/the-agent-queue-section.vue index 7b3c1094..1952d5dc 100644 --- a/src/ui/modules/queue-section/components/the-agent-queue-section.vue +++ b/src/ui/modules/queue-section/components/the-agent-queue-section.vue @@ -194,7 +194,7 @@ export default { left: var(--spacing-md); border-color: var(--success-color); background: var(--success-color); - z-index: 2; + z-index: 5; :deep .wt-icon__icon { fill: var(--icon-on-dark-color);