flowbite-datepicker
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -133,3 +133,3 @@ import {hasProperty, lastItemOf, isInRange, limitToRange} from '../lib/utils.js'; | ||
element.classList.add(`datepicker-${elementClass}`); | ||
elementClass === 'dropdown' ? element.classList.add('dropdown', 'absolute', 'top-0', 'left-0', 'z-20', 'pt-2') : null; | ||
elementClass === 'dropdown' ? element.classList.add('dropdown', 'absolute', 'top-0', 'left-0', 'z-50', 'pt-2') : null; | ||
@@ -136,0 +136,0 @@ processPickerOptions(this, datepicker.config); |
{ | ||
"name": "flowbite-datepicker", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A Tailwind CSS powered datepicker built with vanilla JavaScript and Flowbite", | ||
@@ -5,0 +5,0 @@ "module": "js/main.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet