@awell-health/ui-library 0.1.40 → 0.1.41
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/index.css
CHANGED
|
@@ -4880,13 +4880,8 @@ html {
|
|
|
4880
4880
|
z-index: 1000;
|
|
4881
4881
|
background-color: #fff;
|
|
4882
4882
|
border-radius: 4px;
|
|
4883
|
-
padding: var(--spacing-2\.5) 0;
|
|
4884
|
-
overflow-y: auto;
|
|
4885
4883
|
}
|
|
4886
4884
|
|
|
4887
|
-
.awell__select_dropdown_scroll {
|
|
4888
|
-
overflow-y: scroll;
|
|
4889
|
-
}
|
|
4890
4885
|
.awell__select_dropdown_scroll::-webkit-scrollbar {
|
|
4891
4886
|
width: 6px;
|
|
4892
4887
|
background-color: #f5f5f5;
|