mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
💄 Change max-height for table
This commit is contained in:
parent
50cc7d0bc4
commit
a4f927e963
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ const DesktopPoll: React.FunctionComponent = () => {
|
||||||
ref={scrollRef}
|
ref={scrollRef}
|
||||||
className={cn(
|
className={cn(
|
||||||
"scrollbar-thin hover:scrollbar-thumb-gray-400 scrollbar-thumb-gray-300 scrollbar-track-gray-100 relative z-10 flex-grow overflow-auto scroll-smooth pb-3 pr-3",
|
"scrollbar-thin hover:scrollbar-thumb-gray-400 scrollbar-thumb-gray-300 scrollbar-track-gray-100 relative z-10 flex-grow overflow-auto scroll-smooth pb-3 pr-3",
|
||||||
expanded ? "" : "max-h-[600px]",
|
expanded ? "" : "max-h-[calc(75vh)]",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<table className="w-full table-auto border-separate border-spacing-0 ">
|
<table className="w-full table-auto border-separate border-spacing-0 ">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue