blixify-ui-web 0.4.245 → 0.4.246
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/lib/tail.css +2 -2
- package/package.json +1 -1
package/lib/tail.css
CHANGED
|
@@ -174,7 +174,7 @@ input[type="radio"][class*="appearance-none"]:disabled:checked::after {
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.react-datepicker__portal {
|
|
177
|
-
z-index:
|
|
177
|
+
z-index: 50;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
.react-datepicker-popper {
|
|
@@ -183,7 +183,7 @@ input[type="radio"][class*="appearance-none"]:disabled:checked::after {
|
|
|
183
183
|
gap: 0.5rem;
|
|
184
184
|
position: absolute;
|
|
185
185
|
top: 5rem; /* Assuming the base font size is 16px, `top-20` translates to 5rem as Tailwind's spacing scale typically follows a 0.25rem increment. */
|
|
186
|
-
z-index:
|
|
186
|
+
z-index: 50;
|
|
187
187
|
left: 0;
|
|
188
188
|
width: max-content; /* `w-max` */
|
|
189
189
|
font-size: 0.875rem; /* `text-sm` equivalent */
|