sprintify-ui 0.0.129 → 0.0.130

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": "sprintify-ui",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -121,7 +121,8 @@
121
121
  <div class="z-10 hidden xl:fixed xl:inset-y-0 xl:flex xl:w-64 xl:flex-col">
122
122
  <!-- Sidebar component, swap this element with another sidebar if you like -->
123
123
  <div
124
- class="flex min-h-0 flex-1 flex-col"
124
+ data-scroll-lock-scrollable
125
+ class="flex min-h-0 flex-1 flex-col overflow-y-auto"
125
126
  :class="[dark ? 'bg-slate-800' : 'bg-white shadow']"
126
127
  >
127
128
  <div