@classic-homes/theme-docs 0.0.21 → 0.0.23

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.
@@ -173,7 +173,7 @@
173
173
  top: 25%;
174
174
  right: 0;
175
175
  transform: translateY(-50%);
176
- z-index: 40;
176
+ z-index: 21;
177
177
  /* Tab shape - taller for vertical text */
178
178
  padding: 1rem 0.375rem;
179
179
  /* Visual styling */
@@ -211,7 +211,7 @@
211
211
  position: fixed;
212
212
  inset: 0;
213
213
  background-color: rgba(0, 0, 0, 0.5);
214
- z-index: 40;
214
+ z-index: 20;
215
215
  }
216
216
 
217
217
  /* Flyout panel */
@@ -225,7 +225,7 @@
225
225
  background-color: hsl(var(--card));
226
226
  border-left: 1px solid hsl(var(--border));
227
227
  box-shadow: -4px 0 16px -4px rgba(0, 0, 0, 0.15);
228
- z-index: 50;
228
+ z-index: 22;
229
229
  overflow-y: auto;
230
230
  overscroll-behavior: contain;
231
231
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@classic-homes/theme-docs",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "Markdown documentation components for the Classic theme system",
5
5
  "type": "module",
6
6
  "main": "./dist/lib/index.js",