Skip to content

Commit

Permalink
fix: overlap bottom system monitor (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Dec 20, 2024
1 parent af84a3a commit 8738421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/LocalServer/LocalServerLeftPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const LocalServerLeftPanel = () => {
/>
</div>

<div className="relative z-50 mt-2 block">
<div className="relative mt-2 block">
<Input
className={twMerge(
errorRangePort && 'border-[hsla(var(--destructive-bg))]'
Expand Down

0 comments on commit 8738421

Please sign in to comment.