@brightspace-ui/core 1.237.2 → 1.237.3

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.
@@ -99,7 +99,7 @@ export const ListItemMixin = superclass => class extends LocalizeCoreElement(Lis
99
99
  z-index: 10; /* must be greater than adjacent selected items */
100
100
  }
101
101
  :host([_fullscreen-within]) {
102
- position: absolute; /* required for Safari */
102
+ position: fixed; /* required for Safari */
103
103
  z-index: 1000; /* must be greater than floating workflow buttons */
104
104
  }
105
105
  :host(:first-child) d2l-list-item-generic-layout[data-separators="between"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "1.237.2",
3
+ "version": "1.237.3",
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",