Skip to content

Commit 5dd0e0a

Browse files
committed
fix(resource): restore scrollbar-gutter stable on table scroll container
1 parent 4aef987 commit 5dd0e0a

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'>
284+
<div className='min-h-0 flex-1 overflow-auto [scrollbar-gutter:stable]'>
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)