Skip to content

Commit

Permalink
fix: show icon above statgraph
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <theevansong@gmail.com>
  • Loading branch information
ferothefox committed Oct 18, 2024
1 parent 7fe9d30 commit c707d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/ui/servers/ServerStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/>
</h3>

<component :is="metric.icon" class="absolute right-8 top-8" />
<component :is="metric.icon" class="absolute right-8 top-8 z-10" />
<ClientOnly>
<VueApexCharts
ref="chart"
Expand Down

0 comments on commit c707d5f

Please sign in to comment.