@posiwise/core-styles 1.0.13 → 1.0.15
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
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
.navbar {
|
|
2
2
|
border: 0;
|
|
3
3
|
border-radius: 0;
|
|
4
|
-
|
|
4
|
+
// 1037 sits above the brain-chat collapsible drawer (z-index 1036) so navbar dropdowns
|
|
5
|
+
// (notification bell, user profile) render on top of the drawer, while staying below
|
|
6
|
+
// Bootstrap's modal-backdrop (1040) and modal (1055).
|
|
7
|
+
z-index: 1037;
|
|
5
8
|
|
|
6
9
|
.navbar-brand {
|
|
7
10
|
position: relative;
|