From c7aabc80dd1989971ef25329c704c63c919263f8 Mon Sep 17 00:00:00 2001 From: Matt Caimi Date: Thu, 10 Apr 2025 14:12:56 -0400 Subject: [PATCH] CASH-500 lowering the z-index for this element ends persistent rendering --- .../list-button-horizontal/list-button-horizontal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 4b66023e0..72f7c53e0 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -136,7 +136,7 @@ export default { color: $white; background: linear-gradient(84.45deg, #125b7e 0%, #3b8fb8 100%); border-radius: 0.5rem; - z-index: 5; + z-index: 2; } &:checked:focus + .list-button-horizontal-content {