@brightspace-ui/core 2.118.6 → 2.118.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.
@@ -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;
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.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",