adonisjs-server-stats 1.2.1 → 1.2.2

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.
@@ -6,7 +6,7 @@
6
6
  position: fixed;
7
7
  inset-inline: 0;
8
8
  bottom: 28px;
9
- z-index: 49;
9
+ z-index: 147;
10
10
  height: 50vh;
11
11
  display: none;
12
12
  flex-direction: column;
@@ -317,7 +317,7 @@
317
317
  display: flex;
318
318
  flex-direction: column;
319
319
  background: #0f0f0f;
320
- z-index: 10;
320
+ z-index: 30;
321
321
  }
322
322
  .ss-dbg-email-preview-header {
323
323
  display: flex;
@@ -6,7 +6,7 @@
6
6
  position: fixed;
7
7
  inset-inline: 0;
8
8
  bottom: 0;
9
- z-index: 50;
9
+ z-index: 150;
10
10
  display: flex;
11
11
  height: 28px;
12
12
  align-items: center;
@@ -102,7 +102,7 @@
102
102
  .ss-toggle {
103
103
  position: fixed;
104
104
  right: 12px;
105
- z-index: 50;
105
+ z-index: 150;
106
106
  display: flex;
107
107
  align-items: center;
108
108
  gap: 6px;
@@ -139,7 +139,7 @@
139
139
  /* Tooltip — positioned absolutely within .ss-bar (outside scroll area) via JS */
140
140
  .ss-tooltip {
141
141
  position: absolute;
142
- z-index: 60;
142
+ z-index: 180;
143
143
  pointer-events: none;
144
144
  }
145
145
  .ss-tooltip.ss-pinned {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adonisjs-server-stats",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Real-time server monitoring for AdonisJS v6 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",