funuicss 2.6.20 → 2.6.21
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 +4 -3
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -3300,17 +3300,18 @@ color: var(--text-color);
|
|
|
3300
3300
|
position: absolute;
|
|
3301
3301
|
box-shadow: var(--card);
|
|
3302
3302
|
transition: 0.5s;
|
|
3303
|
-
z-index:
|
|
3303
|
+
z-index: 999; /* Higher to sit above everything */
|
|
3304
3304
|
width: 100%;
|
|
3305
3305
|
min-width: max-content !important;
|
|
3306
|
-
overflow:
|
|
3306
|
+
overflow: visible; /* allow overflow! */
|
|
3307
3307
|
border-radius: 0.5rem;
|
|
3308
3308
|
background-color: var(--raiseOpaque) !important;
|
|
3309
|
-
backdrop-filter: var(--raiseBackdrop) !important
|
|
3309
|
+
backdrop-filter: var(--raiseBackdrop) !important;
|
|
3310
3310
|
display: none;
|
|
3311
3311
|
}
|
|
3312
3312
|
|
|
3313
3313
|
|
|
3314
|
+
|
|
3314
3315
|
.dropup:hover .drop-menu {
|
|
3315
3316
|
display: block;
|
|
3316
3317
|
z-index: 1;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.6.
|
|
2
|
+
"version": "2.6.21",
|
|
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",
|