mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
fix: scrollbar-hidden
This commit is contained in:
parent
188de26f95
commit
c8796545c1
@ -162,7 +162,7 @@ export default function Servers() {
|
|||||||
</section>
|
</section>
|
||||||
{showServices === "1" && <ServiceTracker />}
|
{showServices === "1" && <ServiceTracker />}
|
||||||
{inline === "1" && (
|
{inline === "1" && (
|
||||||
<section className="flex flex-col gap-2 overflow-x-scroll mt-6">
|
<section className="flex flex-col gap-2 overflow-x-scroll scrollbar-hidden mt-6">
|
||||||
{filteredServers.map((serverInfo) => (
|
{filteredServers.map((serverInfo) => (
|
||||||
<ServerCardInline
|
<ServerCardInline
|
||||||
now={nezhaWsData.now}
|
now={nezhaWsData.now}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user