update:overflow

This commit is contained in:
2026-03-10 17:48:23 +09:00
parent 199c4251c3
commit 774a79eef3
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ export function AdminTable({
return (
<div className="rounded-lg border border-border-100 overflow-hidden">
<div className="overflow-x-auto overflow-y-hidden">
<div className="overflow-y-hidden">
<table className="w-full text-sm">
<thead>
<tr className="border-b border-border-100 bg-bg-200">

View File

@@ -23,7 +23,7 @@ export function TicketTable({ tickets, onOpen }: TicketTableProps) {
}
return (
<div className="overflow-x-scroll overflow-y-hidden rounded-lg border border-border-100">
<div className="overflow-y-hidden rounded-lg border border-border-100">
<table className="w-full text-sm">
<thead>
<tr className="border-b border-border-100 bg-bg-200">