We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aef987 commit 5dd0e0aCopy full SHA for 5dd0e0a
1 file changed
apps/sim/app/workspace/[workspaceId]/components/resource/resource.tsx
@@ -281,7 +281,7 @@ export const ResourceTable = memo(function ResourceTable({
281
282
return (
283
<div className='relative flex min-h-0 flex-1 flex-col overflow-hidden'>
284
- <div className='min-h-0 flex-1 overflow-auto'>
+ <div className='min-h-0 flex-1 overflow-auto [scrollbar-gutter:stable]'>
285
<table className='w-full table-fixed text-small'>
286
<ResourceColGroup columns={columns} hasCheckbox={hasCheckbox} />
287
<thead className='sticky top-0 z-10 bg-[var(--bg)] shadow-[inset_0_-1px_0_var(--border)]'>
0 commit comments