@brightspace-ui/core 3.3.0 → 3.3.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.
@@ -124,7 +124,7 @@ class ScrollWrapper extends RtlMixin(LitElement) {
124
124
  position: -webkit-sticky;
125
125
  position: sticky;
126
126
  top: var(--d2l-table-sticky-top, 0);
127
- z-index: 4;
127
+ z-index: 5;
128
128
  }
129
129
 
130
130
  .d2l-scroll-wrapper-button {
@@ -20,7 +20,7 @@ class TableControls extends SelectionControls {
20
20
  :host {
21
21
  --d2l-selection-controls-background-color: var(--d2l-table-controls-background-color);
22
22
  --d2l-selection-controls-shadow-display: var(--d2l-table-controls-shadow-display);
23
- z-index: 5; /* Must be greater than d2l-table-wrapper and d2l-scroll-wrapper */
23
+ z-index: 6; /* Must be greater than d2l-table-wrapper and d2l-scroll-wrapper */
24
24
  }
25
25
  :host([no-sticky]) {
26
26
  z-index: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.3.0",
3
+ "version": "3.3.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",