@navikt/ds-css 5.7.6 → 5.8.0

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.8.0
4
+
5
+ ### Patch Changes
6
+
7
+ - :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429))
8
+
3
9
  ## 5.7.6
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 Fri, 20 Oct 2023 15:20:50 GMT
4
+ * Generated on Mon, 30 Oct 2023 09:59:59 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
@@ -4443,7 +4443,6 @@ button.navds-internalheader__title:active,
4443
4443
  .navds-modal--polyfilled {
4444
4444
  top: 50%;
4445
4445
  transform: translate(0, -50%);
4446
- overflow: auto;
4447
4446
 
4448
4447
  /* From polyfill (dialog-polyfill/dist/dialog-polyfill.css): */
4449
4448
  left: 0;
@@ -4452,6 +4451,9 @@ button.navds-internalheader__title:active,
4452
4451
  height: fit-content;
4453
4452
  margin: auto;
4454
4453
  }
4454
+ .navds-modal--polyfilled .navds-modal--polyfilled {
4455
+ overflow: auto;
4456
+ }
4455
4457
  .navds-modal--polyfilled:not([open]) {
4456
4458
  display: none; /* from polyfill */
4457
4459
  }