🐛 fix(AdminPage/index.tsx): adjust height of custom-scroll div to improve layout consistency
This commit is contained in:
parent
5009715835
commit
075e9dc254
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export default function AdminPage() {
|
|||
</div>
|
||||
<div
|
||||
className="overflow-scroll overflow-x-hidden rounded-md border-2 bg-muted
|
||||
custom-scroll min-[320px]:h-[20rem] md:h-[25rem] xl:h-[26rem] 2xl:h-[30rem]"
|
||||
custom-scroll min-[320px]:h-[15rem] md:h-[20rem] xl:h-[25rem] 2xl:h-[30rem]"
|
||||
>
|
||||
<Table className="table-fixed bg-muted outline-1 ">
|
||||
<TableHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue