We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c4222 commit 1cda148Copy full SHA for 1cda148
.changeset/grumpy-trees-mate.md
@@ -0,0 +1,5 @@
1
+---
2
+"@hyperdx/app": patch
3
4
+
5
+Fixes scrolling in TimePicker
packages/app/src/components/TimePicker/TimePicker.tsx
@@ -265,7 +265,7 @@ export const TimePicker = ({
265
</Group>
266
<Group gap={1} align="stretch">
267
<Card w={180} p={0}>
268
- <ScrollArea mah={300} scrollbarSize={5}>
+ <ScrollArea h={300} scrollbarSize={5}>
269
<Stack gap={0} p="xs">
270
{relativeTimeOptions.map((item, index) =>
271
item === 'divider' ? (
0 commit comments