Skip to content

Commit

Permalink
change DateInput positioning to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Dec 26, 2024
1 parent 90fc87c commit 6d10508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/circuit-ui/components/DateInput/DateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export const DateInput = forwardRef<HTMLInputElement, DateInputProps>(
const { floatingStyles, update } = useFloating({
open,
placement,
strategy: 'fixed',
middleware: [
offset(4),
flip({ padding, fallbackAxisSideDirection: 'start' }),
Expand Down

0 comments on commit 6d10508

Please sign in to comment.