update:overflow
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user