Skip to content

Commit dd0cb25

Browse files
authored
Remove unnecessary DateInput scrollbars (#3465)
1 parent f318a03 commit dd0cb25

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/bumpy-shoes-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/circuit-ui": patch
3+
---
4+
5+
Removed unnecessary scrollbars from the DateInput component's calendar popover.

packages/circuit-ui/components/DateInput/DateInput.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
/* biome-ignore lint/suspicious/noDuplicateProperties: Browser compatibility */
128128
max-width: min(410px, 100vw);
129-
overflow: scroll;
129+
overflow: auto;
130130
border: var(--cui-border-width-kilo) solid var(--cui-border-subtle);
131131
}
132132

0 commit comments

Comments
 (0)