We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f318a03 commit dd0cb25Copy full SHA for dd0cb25
2 files changed
.changeset/bumpy-shoes-hear.md
@@ -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
@@ -126,7 +126,7 @@
126
127
/* biome-ignore lint/suspicious/noDuplicateProperties: Browser compatibility */
128
max-width: min(410px, 100vw);
129
- overflow: scroll;
+ overflow: auto;
130
border: var(--cui-border-width-kilo) solid var(--cui-border-subtle);
131
}
132
0 commit comments