mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-06 13:40:09 +00:00
fix: scrollbar-hidden
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user