@navikt/ds-css 7.2.0 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/component/form.css +1 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +2 -1
- package/dist/component/index.min.css +2 -2
- package/dist/components.css +1 -0
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +2 -1
- package/dist/index.min.css +2 -2
- package/form/combobox.css +1 -0
- package/package.json +3 -2
package/dist/components.css
CHANGED
|
@@ -4073,6 +4073,7 @@
|
|
|
4073
4073
|
border-radius: var(--a-border-radius-medium);
|
|
4074
4074
|
background-color: var(--ac-combobox-list-bg, var(--a-surface-default));
|
|
4075
4075
|
color: var(--ac-combobox-list-text, var(--a-text-default));
|
|
4076
|
+
overscroll-behavior: contain;
|
|
4076
4077
|
}
|
|
4077
4078
|
|
|
4078
4079
|
.navds-combobox__list--closed {
|