@m3ui-vue/m3ui-vue 0.2.2 → 0.2.3

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.
@@ -206,9 +206,10 @@
206
206
  -webkit-font-smoothing: antialiased;
207
207
  }
208
208
 
209
- * {
210
- scrollbar-width: thin;
211
- scrollbar-color: var(--color-outline-variant) transparent;
209
+ @supports selector(::-webkit-scrollbar) {
210
+ * {
211
+ scrollbar-width: none;
212
+ }
212
213
  }
213
214
 
214
215
  /* ---------------------------------------------------------------------- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3ui-vue/m3ui-vue",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Material 3 component library for Vue 3 + Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -206,9 +206,10 @@
206
206
  -webkit-font-smoothing: antialiased;
207
207
  }
208
208
 
209
- * {
210
- scrollbar-width: thin;
211
- scrollbar-color: var(--color-outline-variant) transparent;
209
+ @supports selector(::-webkit-scrollbar) {
210
+ * {
211
+ scrollbar-width: none;
212
+ }
212
213
  }
213
214
 
214
215
  /* ---------------------------------------------------------------------- */