File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.team Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export default function Page() {
167167 </ NavBar >
168168 < PageBody scrollable = { false } >
169169 < div className = "grid max-h-full min-h-full grid-rows-[1fr_auto]" >
170- < div className = "overflow-y-auto" >
170+ < div className = "overflow-y-auto scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600 " >
171171 < div className = "mx-auto max-w-3xl px-4 pb-4 pt-20" >
172172 { invites . length > 0 && (
173173 < >
@@ -194,7 +194,7 @@ export default function Page() {
194194 </ >
195195 ) }
196196 < Header2 > Active team members</ Header2 >
197- < ul className = "divide-ui-border mt-3 flex w-full flex-col divide-y border-y border-grid-bright" >
197+ < ul className = "divide-ui-border mb-8 mt-3 flex w-full flex-col divide-y border-y border-grid-bright" >
198198 { members . map ( ( member ) => (
199199 < li key = { member . user . id } className = "flex items-center gap-x-4 py-4" >
200200 < UserAvatar
You can’t perform that action at this time.
0 commit comments