@brightspace-ui/core 1.231.6 → 1.231.7

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.
@@ -97,6 +97,7 @@ export const ListItemMixin = superclass => class extends LocalizeCoreElement(Lis
97
97
  z-index: 10;
98
98
  }
99
99
  :host([_fullscreen-within]) {
100
+ position: fixed; /* required for Safari */
100
101
  z-index: 1000; /* must be greater than floating workflow buttons */
101
102
  }
102
103
  :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.231.6",
3
+ "version": "1.231.7",
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",