accomadesc 0.3.7 → 0.3.8

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.
@@ -241,7 +241,6 @@
241
241
  div.section-wrapper {
242
242
  margin-bottom: 2rem;
243
243
  width: 100%;
244
- overflow-y: clip;
245
244
  display: flex;
246
245
  flex-direction: column;
247
246
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build --minify false && npm run package",