@navikt/ds-css 5.11.3 → 5.11.4

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/modal.css CHANGED
@@ -118,6 +118,7 @@
118
118
  padding: var(--a-spacing-6);
119
119
  overflow: auto;
120
120
  overscroll-behavior: contain;
121
+ position: relative; /* Needed to make sr-only elements position correctly - see Storybook */
121
122
  }
122
123
 
123
124
  .navds-modal__header + .navds-modal__body {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "5.11.3",
3
+ "version": "5.11.4",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^5.11.3",
30
+ "@navikt/ds-tokens": "^5.11.4",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",