@appscode/design-system 2.2.64 → 2.2.65
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
|
@@ -71,7 +71,9 @@
|
|
|
71
71
|
visibility: hidden;
|
|
72
72
|
transition: 0.3s ease-in;
|
|
73
73
|
width: 260px;
|
|
74
|
-
box-shadow:
|
|
74
|
+
box-shadow:
|
|
75
|
+
0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
|
|
76
|
+
0 0px 0 1px rgba(10, 10, 10, 0.02);
|
|
75
77
|
|
|
76
78
|
&.quick-access {
|
|
77
79
|
background-color: $white-100;
|
|
@@ -413,7 +415,7 @@
|
|
|
413
415
|
&.navbar-dropdown-wrapper {
|
|
414
416
|
position: absolute;
|
|
415
417
|
border-radius: 4px;
|
|
416
|
-
z-index:
|
|
418
|
+
z-index: 9999;
|
|
417
419
|
right: 0px;
|
|
418
420
|
top: 40px;
|
|
419
421
|
display: block;
|