@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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @navikt/ds-css
2
2
 
3
+ ## 5.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - :bug: Modal: Hindre at elementer med sr-only posisjoneres feil ([#2541](https://github.com/navikt/aksel/pull/2541))
8
+
3
9
  ## 5.11.3
4
10
 
5
11
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 29 Nov 2023 10:45:12 GMT
4
+ * Generated on Tue, 05 Dec 2023 10:58:34 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
@@ -4221,6 +4221,7 @@ button.navds-internalheader__title:active,
4221
4221
  padding: var(--a-spacing-6);
4222
4222
  overflow: auto;
4223
4223
  overscroll-behavior: contain;
4224
+ position: relative; /* Needed to make sr-only elements position correctly - see Storybook */
4224
4225
  }
4225
4226
  .navds-modal__header + .navds-modal__body {
4226
4227
  padding-top: var(--a-spacing-0);