halleyx-ui-framework 4.4.1 → 4.4.3
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/cjs/index.js +1 -1
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/select.scss +14 -1
- package/dist/src/assets/styles/switch.scss +1 -0
- package/dist/umd/index.umd.css +1 -1
- package/dist/umd/index.umd.js +2 -2
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -722,7 +722,7 @@ button {
|
|
|
722
722
|
font-size: 14px;
|
|
723
723
|
cursor: pointer;
|
|
724
724
|
}
|
|
725
|
-
.
|
|
725
|
+
.custom-dropdown-whole-container{
|
|
726
726
|
position: absolute;
|
|
727
727
|
width: 100%;
|
|
728
728
|
// top:45px;
|
|
@@ -734,9 +734,22 @@ button {
|
|
|
734
734
|
background-color: white;
|
|
735
735
|
font-family: var(--hlx-font-type-content);
|
|
736
736
|
z-index: 100000000;
|
|
737
|
+
|
|
738
|
+
.customdropdown-option-container {
|
|
739
|
+
width:100%;
|
|
737
740
|
overflow-y: auto;
|
|
738
741
|
overflow-x: hidden;
|
|
742
|
+
height:160px;
|
|
739
743
|
}
|
|
744
|
+
.fixed-footer{
|
|
745
|
+
height:35px;
|
|
746
|
+
width:100%;
|
|
747
|
+
border-top: 1px solid var(--hlx-border-color);
|
|
748
|
+
// padding: 10px;
|
|
749
|
+
padding-left: 10px;
|
|
750
|
+
display: flex;
|
|
751
|
+
}
|
|
752
|
+
}
|
|
740
753
|
.no-data-option {
|
|
741
754
|
display: flex;
|
|
742
755
|
justify-content: center;
|