@keenthemes/ktui 1.0.15 → 1.0.16

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/dist/ktui.js CHANGED
@@ -17575,7 +17575,7 @@ exports.DefaultConfig = {
17575
17575
  label: 'Select an option', // Label for the select component (for screen readers)
17576
17576
  height: 250, // Maximum height of the dropdown menu in pixels (if exceeded, a scrollbar will appear)
17577
17577
  // Dropdown Configuration
17578
- dropdownZindex: null, // Initial z-index value for the dropdown
17578
+ dropdownZindex: 105, // Initial z-index value for the dropdown
17579
17579
  dropdownContainer: null, // Container element for the dropdown
17580
17580
  dropdownPlacement: null,
17581
17581
  dropdownFlip: false,