mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-24 02:06:12 +03:00
fix(ui): fix z-index of horizontal line between statuses (#2778)
This commit is contained in:
parent
f15c8a18d0
commit
d79add2ddb
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const forceShow = ref(false)
|
||||||
<template>
|
<template>
|
||||||
<StatusLink :status="status" :hover="hover">
|
<StatusLink :status="status" :hover="hover">
|
||||||
<!-- Upper border -->
|
<!-- 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">
|
<slot name="meta">
|
||||||
<!-- Line connecting to previous status -->
|
<!-- Line connecting to previous status -->
|
||||||
|
|
Loading…
Reference in a new issue