@appscode/design-system 2.2.64 → 2.2.66

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.2.64",
3
+ "version": "2.2.66",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -3,5 +3,5 @@
3
3
  border-bottom: 1px solid $color-border;
4
4
  position: sticky;
5
5
  background: $white-100;
6
- z-index: 999;
6
+ z-index: 998;
7
7
  }
@@ -71,7 +71,9 @@
71
71
  visibility: hidden;
72
72
  transition: 0.3s ease-in;
73
73
  width: 260px;
74
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
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: 99;
418
+ z-index: 9999;
417
419
  right: 0px;
418
420
  top: 40px;
419
421
  display: block;