@asd20/ui 3.2.516 → 3.2.517

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.516",
8
+ "version": "3.2.517",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -461,7 +461,7 @@ export default {
461
461
  top: 0;
462
462
  right: 70vw;
463
463
  bottom: 0;
464
- overflow: hidden;
464
+ // overflow: hidden;
465
465
  background: var(--website-menu__open-background-color, white);
466
466
  border-left: 1px solid rgba(0, 0, 0, 0.125);
467
467
  }