@innertia-solutions/nuxt-theme-spark 0.1.136 → 0.1.137

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/spark.css +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innertia-solutions/nuxt-theme-spark",
3
- "version": "0.1.136",
3
+ "version": "0.1.137",
4
4
  "description": "Innertia Solutions — Spark theme: backoffice, landing and mobile components and layouts",
5
5
  "keywords": [
6
6
  "nuxt",
package/spark.css CHANGED
@@ -659,6 +659,10 @@
659
659
 
660
660
  /* ─── Base styles ───────────────────────────────────────────── */
661
661
  @layer base {
662
+ html {
663
+ scrollbar-gutter: stable;
664
+ }
665
+
662
666
  button:not(:disabled),
663
667
  [role="button"]:not(:disabled) {
664
668
  cursor: pointer;