@brightspace-ui/core 3.253.0 → 3.253.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.
@@ -68,9 +68,14 @@ export const dialogStyles = css`
68
68
  color: var(--d2l-theme-text-color-static-standard);
69
69
  margin-bottom: 0; /* required to override Chrome native positioning */
70
70
  margin-top: 0; /* required to override Chrome native positioning */
71
+ overflow: hidden; /* override UA dialog:modal overflow: auto which causes an unexpected scrollbar from sub-pixel rounding */
71
72
  padding: 0;
72
73
  }
73
74
 
75
+ dialog.d2l-dialog-outer.d2l-dialog-outer-full-height {
76
+ height: auto; /* override UA dialog height: fix-content */
77
+ }
78
+
74
79
  dialog::backdrop {
75
80
  /* fallback is for old browsers (see https://caniuse.com/mdn-css_selectors_backdrop_inherit_from_originating_element) */
76
81
  background-color: var(--d2l-theme-backdrop-background-color, #f9fbff);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.253.0",
3
+ "version": "3.253.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",