Skip to content

Commit

Permalink
Bottom Scroll Bar Overflows at 100% Zoom in the List of Leave
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel21Monacillo committed Nov 11, 2024
1 parent d73d897 commit 8f35816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DesktopTable: FC<Props> = (props): JSX.Element => {
{table.getHeaderGroups().map((headerGroup) => (
<tr key={headerGroup.id}>
{headerGroup.headers.map((header) => (
<th key={header.id} colSpan={header.colSpan} className="px-4 py-3 text-left">
<th key={header.id} colSpan={header.colSpan} className="px-3 py-3 text-left">
{header.isPlaceholder ? null : (
<div
{...{
Expand Down

0 comments on commit 8f35816

Please sign in to comment.