funuicss 3.2.3 → 3.2.4

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.
Files changed (2) hide show
  1. package/css/fun.css +1 -1
  2. package/package.json +1 -1
package/css/fun.css CHANGED
@@ -3519,7 +3519,7 @@ background-color: rgba(var(--borderRgb), 0.3);
3519
3519
  }
3520
3520
 
3521
3521
 
3522
- .custom-select {position: relative; width: 100%; border-radius: var(--InputButtonBorderRadius);}
3522
+ .custom-select {position: relative; width: 100%; border-radius: var(--InputButtonBorderRadius); z-index: 1000;}
3523
3523
 
3524
3524
  .custom-select.fullWidth {max-width: none;}
3525
3525
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.2.3",
2
+ "version": "3.2.4",
3
3
  "name": "funuicss",
4
4
  "description": "React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
5
5
  "main": "index.js",