@wistia/vhs 2.48.3-beta.49da6fe8.acc3946 → 2.48.3-beta.4e8c1d7d.e6e3c78

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/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.48.3-beta.49da6fe8.acc3946
3
+ * @license VHS v2.48.3-beta.4e8c1d7d.e6e3c78
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -293,7 +293,7 @@
293
293
  width: 100%;
294
294
  `,Yp=We.css`
295
295
  ${Nn}
296
- border-radius: 1000px;
296
+ border-radius: 4px;
297
297
  border-style: solid;
298
298
  border-width: 1px;
299
299
  cursor: pointer;
@@ -2223,7 +2223,7 @@
2223
2223
  box-shadow: ${({theme:e})=>e.shadow.elevation2};
2224
2224
  max-height: var(--radix-dropdown-menu-content-available-height);
2225
2225
  max-width: 100vw;
2226
- overflow: scroll;
2226
+ overflow: auto;
2227
2227
  padding: ${o1} ${o1} ${({theme:e})=>e.spacing.space04} ${o1};
2228
2228
  transform-origin: var(--radix-dropdown-menu-content-transform-origin);
2229
2229
  z-index: ${({theme:e})=>e.zIndex.MenuComponent};