@onemrvapublic/design-system-theme 20.11.1-develop.1 → 20.11.1-develop.2
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.
- package/index.scss +6 -0
- 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();
|