@starasia/dropdown 3.4.1 → 3.4.2
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/dropdown.es.js +2 -2
- package/dist/dropdown.umd.js +2 -2
- package/package.json +1 -1
package/dist/dropdown.es.js
CHANGED
|
@@ -242,10 +242,10 @@ const sn = `@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@3
|
|
|
242
242
|
|
|
243
243
|
/* === LIST SCROLL AREA === */
|
|
244
244
|
.sa-input-dropdwon-item-container {
|
|
245
|
-
flex: 1 1
|
|
245
|
+
flex: 1 1 auto;
|
|
246
246
|
overflow-y: auto;
|
|
247
247
|
min-height: 0;
|
|
248
|
-
padding: 8px
|
|
248
|
+
padding: 8px;
|
|
249
249
|
display: flex;
|
|
250
250
|
flex-direction: column;
|
|
251
251
|
gap: 4px;
|
package/dist/dropdown.umd.js
CHANGED
|
@@ -240,10 +240,10 @@
|
|
|
240
240
|
|
|
241
241
|
/* === LIST SCROLL AREA === */
|
|
242
242
|
.sa-input-dropdwon-item-container {
|
|
243
|
-
flex: 1 1
|
|
243
|
+
flex: 1 1 auto;
|
|
244
244
|
overflow-y: auto;
|
|
245
245
|
min-height: 0;
|
|
246
|
-
padding: 8px
|
|
246
|
+
padding: 8px;
|
|
247
247
|
display: flex;
|
|
248
248
|
flex-direction: column;
|
|
249
249
|
gap: 4px;
|