Skip to content

Commit 6171349

Browse files
committed
Switch to sexy scrollbars in the options pane
1 parent 3cfde48 commit 6171349

File tree

1 file changed

+3
-4
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam

1 file changed

+3
-4
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam/route.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { Label } from "~/components/primitives/Label";
1919
import { DurationPicker } from "~/components/primitives/DurationPicker";
2020
import { Paragraph } from "~/components/primitives/Paragraph";
2121
import { Popover, PopoverContent, PopoverTrigger } from "~/components/primitives/Popover";
22-
import { SimpleTooltip } from "~/components/primitives/Tooltip";
2322
import {
2423
ResizableHandle,
2524
ResizablePanel,
@@ -412,8 +411,8 @@ function StandardTaskForm({
412411
</div>
413412
</ResizablePanel>
414413
<ResizableHandle id="test-task-handle" />
415-
<ResizablePanel id="test-task-options" min="285px" default="285px" max="360px">
416-
<div className="h-full overflow-y-scroll">
414+
<ResizablePanel id="test-task-options" min="300px" default="300px" max="360px">
415+
<div className="h-full overflow-y-scroll scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600">
417416
<Fieldset className="px-3 py-3">
418417
<InputGroup>
419418
<Label variant="small">Delay</Label>
@@ -1120,7 +1119,7 @@ function RecentRunsPopover<T extends StandardRun | ScheduledRun>({
11201119
Recent runs
11211120
</Button>
11221121
</PopoverTrigger>
1123-
<PopoverContent className="min-w-[279px] p-0" align="end" sideOffset={6}>
1122+
<PopoverContent className="min-w-[294px] p-0" align="end" sideOffset={6}>
11241123
<div className="max-h-80 overflow-y-auto">
11251124
<div className="p-1">
11261125
{runs.map((run) => (

0 commit comments

Comments
 (0)