funuicss 3.4.2 → 3.4.3
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/css/fun.css +2 -1
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -2468,6 +2468,7 @@ h6, .h6 {
|
|
|
2468
2468
|
position: relative;
|
|
2469
2469
|
overflow: hidden;
|
|
2470
2470
|
font-weight: 500;
|
|
2471
|
+
z-index: 1;
|
|
2471
2472
|
line-height: 1 !important;
|
|
2472
2473
|
}
|
|
2473
2474
|
|
|
@@ -3630,7 +3631,7 @@ border-top: none;
|
|
|
3630
3631
|
border-radius: 0 0 0.5rem 0.5rem;
|
|
3631
3632
|
max-height: 250px;
|
|
3632
3633
|
overflow: hidden;
|
|
3633
|
-
z-index:
|
|
3634
|
+
z-index: 9999;
|
|
3634
3635
|
opacity: 0;
|
|
3635
3636
|
visibility: hidden;
|
|
3636
3637
|
transform: translateY(-10px);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.4.
|
|
2
|
+
"version": "3.4.3",
|
|
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",
|