@c8y/style 1023.48.0 → 1023.48.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.
package/package.json
CHANGED
|
@@ -703,7 +703,7 @@ body {
|
|
|
703
703
|
}
|
|
704
704
|
// fix z-index for ngx-bootstrap dropdown attached to body and the modal is open or global contex drawer is open
|
|
705
705
|
&.modal-open,
|
|
706
|
-
&:has(.c8y-global-context.collapse.in.show)
|
|
706
|
+
&:has(.c8y-global-context.collapse.in.show),
|
|
707
707
|
&:has(.drawerOpen){
|
|
708
708
|
> bs-dropdown-container {
|
|
709
709
|
z-index: $zindex-modal + 1 !important;
|
|
@@ -56,3 +56,15 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
+
|
|
60
|
+
// for when there are two bottom drawers open
|
|
61
|
+
c8y-bottom-drawer + c8y-bottom-drawer {
|
|
62
|
+
.bottom-drawer {
|
|
63
|
+
margin-top: 40px;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
c8y-bottom-drawer + c8y-bottom-drawer + c8y-bottom-drawer {
|
|
67
|
+
.bottom-drawer {
|
|
68
|
+
margin-top: 80px;
|
|
69
|
+
}
|
|
70
|
+
}
|