diff --git a/src/components/custom/button-icon.vue b/src/components/custom/button-icon.vue index 3cf39e59d..b6ffd366a 100644 --- a/src/components/custom/button-icon.vue +++ b/src/components/custom/button-icon.vue @@ -25,7 +25,7 @@ const props = withDefaults(defineProps(), { icon: '', tooltipContent: '', tooltipPlacement: 'bottom', - zIndex: 98 + zIndex: 99 }); interface ButtonProps {