@brightspace-ui/core 2.118.6 → 2.118.8

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.
@@ -241,7 +241,7 @@ export const dropdownContentStyles = css`
241
241
  :host([data-mobile][mobile-tray="left"]) .d2l-dropdown-content-width {
242
242
  border-bottom-left-radius: 0;
243
243
  border-top-left-radius: 0;
244
- height: 100vh;
244
+ bottom: 0;
245
245
  position: fixed;
246
246
  top: 0;
247
247
  z-index: 1000;
@@ -250,7 +250,7 @@ export const dropdownContentStyles = css`
250
250
  :host([data-mobile][mobile-tray="right"]) .d2l-dropdown-content-width {
251
251
  border-bottom-right-radius: 0;
252
252
  border-top-right-radius: 0;
253
- height: 100vh;
253
+ bottom: 0;
254
254
  position: fixed;
255
255
  top: 0;
256
256
  z-index: 1000;
@@ -156,7 +156,7 @@ export const tableStyles = css`
156
156
  d2l-table-wrapper[sticky-headers]:not([sticky-headers-scroll-wrapper]) .d2l-table > * > tr.d2l-table-header > [sticky],
157
157
  d2l-table-wrapper[sticky-headers]:not([sticky-headers-scroll-wrapper]) .d2l-table > * > tr[header] > .d2l-table-sticky-cell,
158
158
  d2l-table-wrapper[sticky-headers]:not([sticky-headers-scroll-wrapper]) .d2l-table > * > tr[header] > [sticky] {
159
- z-index: 3;
159
+ z-index: 4;
160
160
  }
161
161
 
162
162
  /* first column that's sticky: offset by size of border-radius so top/bottom border doesn't show through (default style only) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.118.6",
3
+ "version": "2.118.8",
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",