Skip to content

Commit

Permalink
fix(ui): fix z-index of horizontal line between statuses (elk-zone#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Aug 10, 2024
1 parent f15c8a1 commit d79add2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const forceShow = ref(false)
<template>
<StatusLink :status="status" :hover="hover">
<!-- Upper border -->
<div :h="showUpperBorder ? '1px' : '0'" w-auto bg-border mb-1 />
<div :h="showUpperBorder ? '1px' : '0'" w-auto bg-border mb-1 z--1 />

<slot name="meta">
<!-- Line connecting to previous status -->
Expand Down

0 comments on commit d79add2

Please sign in to comment.