fix: scrollbar-hidden

This commit is contained in:
hamster1963 2024-12-01 22:21:37 +08:00
parent 188de26f95
commit c8796545c1

View File

@ -162,7 +162,7 @@ export default function Servers() {
</section>
{showServices === "1" && <ServiceTracker />}
{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) => (
<ServerCardInline
now={nezhaWsData.now}