Skip to content

Commit 7251483

Browse files
committed
fix(resource): remove scrollbar-gutter stable — single-table layout doesn't need it
1 parent 5dd0e0a commit 7251483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/components/resource

apps/sim/app/workspace/[workspaceId]/components/resource/resource.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export const ResourceTable = memo(function ResourceTable({
281281

282282
return (
283283
<div className='relative flex min-h-0 flex-1 flex-col overflow-hidden'>
284-
<div className='min-h-0 flex-1 overflow-auto [scrollbar-gutter:stable]'>
284+
<div className='min-h-0 flex-1 overflow-auto'>
285285
<table className='w-full table-fixed text-small'>
286286
<ResourceColGroup columns={columns} hasCheckbox={hasCheckbox} />
287287
<thead className='sticky top-0 z-10 bg-[var(--bg)] shadow-[inset_0_-1px_0_var(--border)]'>

0 commit comments

Comments
 (0)