@necrolab/dashboard 0.4.36 → 0.4.37

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": "@necrolab/dashboard",
3
- "version": "0.4.36",
3
+ "version": "0.4.37",
4
4
  "scripts": {
5
5
  "build": "rm -rf dist && vite build && npx workbox-cli generateSW workbox-config.js",
6
6
  "dev": "vite",
@@ -119,8 +119,10 @@
119
119
  .navbar {
120
120
  @apply border-b py-5 fixed w-full;
121
121
  top: 0;
122
- z-index: 1;
122
+ z-index: 1000;
123
+ background: rgba(26, 27, 30, 0.95);
123
124
  backdrop-filter: blur(23px);
125
+ -webkit-backdrop-filter: blur(23px);
124
126
  border-color: #3d3e44;
125
127
 
126
128
  ul {