From 4f435164540605f6d71aa7ad46c8cbf9d78a1e3c Mon Sep 17 00:00:00 2001 From: bmauger Date: Wed, 16 Feb 2022 11:38:57 -0500 Subject: [PATCH] Fix border issue on list-card-horizontal. --- .../list-button-horizontal/list-button-horizontal.vue | 1 + 1 file changed, 1 insertion(+) 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 5044a7fb0..60208e3c0 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -166,6 +166,7 @@ export default { label { border-bottom-left-radius: 0.5rem; border-top-left-radius: 0.5rem; + z-index: 2; } } &:last-of-type {