Fix issue with pools status icon usage overlay
This commit is contained in:
parent
9dfd567f29
commit
b4b32dcab6
@ -14,7 +14,7 @@ export default function Pool({ name, free, used, warning }) {
|
||||
width: `${usedPercent}%`,
|
||||
}}
|
||||
/>
|
||||
<span className="ml-2 h-2 w-2">
|
||||
<span className="ml-2 h-2 w-2 z-10">
|
||||
<span className={classNames("block w-2 h-2 rounded", statusColor)} />
|
||||
</span>
|
||||
<div className="text-xs z-10 self-center ml-2 relative h-4 grow mr-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user