@onemrvapublic/design-system-theme 20.11.1-develop.1 → 20.11.1-develop.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.
Files changed (2) hide show
  1. package/index.scss +6 -0
  2. package/package.json +1 -1
package/index.scss CHANGED
@@ -97,6 +97,12 @@
97
97
  }
98
98
  }
99
99
 
100
+ // The overlay for datepicker needs to be able to go above the
101
+ // top navbar of Wave
102
+ .cdk-overlay-container {
103
+ z-index: 1500;
104
+ }
105
+
100
106
  @include fonts.theme();
101
107
  @include layout.override();
102
108
  @include utilities.utilities();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system-theme",
3
- "version": "v20.11.1-develop.1",
3
+ "version": "v20.11.1-develop.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },