mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-09 05:44:24 +00:00
disable overflow on header row for tables
This commit is contained in:
@@ -12,7 +12,7 @@ const Table = React.forwardRef<
|
||||
>(({ className, sticky, ...props }, ref) => (
|
||||
<div
|
||||
className={cn("relative w-full", {
|
||||
"overflow-auto": !sticky
|
||||
"overflow-x-auto overflow-y-hidden": !sticky
|
||||
})}
|
||||
>
|
||||
<table
|
||||
|
||||
Reference in New Issue
Block a user