@johly/vaul-svelte 1.0.0-next.12 → 1.0.0-next.14

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.
@@ -167,6 +167,11 @@
167
167
  animation-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
168
168
  }
169
169
 
170
+ :global([data-vaul-drawer].vaul-dragging),
171
+ :global([data-vaul-drawer].vaul-dragging *) {
172
+ overflow: hidden !important;
173
+ }
174
+
170
175
  :global(
171
176
  [data-vaul-drawer][data-vaul-snap-points="false"][data-vaul-drawer-direction="bottom"][data-state="open"]
172
177
  ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johly/vaul-svelte",
3
- "version": "1.0.0-next.12",
3
+ "version": "1.0.0-next.14",
4
4
  "license": "MIT",
5
5
  "repository": "github:johanohly/vaul-svelte",
6
6
  "exports": {