|
|
@ -106,7 +106,7 @@ const onChange = (value: string) => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.nc-select-dropdown { |
|
|
|
.nc-select-dropdown { |
|
|
|
@apply !rounded-xl py-1.5; |
|
|
|
@apply !rounded-lg py-1.5; |
|
|
|
|
|
|
|
|
|
|
|
.rc-virtual-list-holder { |
|
|
|
.rc-virtual-list-holder { |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
@ -129,7 +129,7 @@ const onChange = (value: string) => { |
|
|
|
} |
|
|
|
} |
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
width: 4px; |
|
|
|
width: 4px; |
|
|
|
@apply bg-gray-300; |
|
|
|
@apply bg-gray-300 rounded-md; |
|
|
|
} |
|
|
|
} |
|
|
|
&::-webkit-scrollbar-thumb:hover { |
|
|
|
&::-webkit-scrollbar-thumb:hover { |
|
|
|
@apply bg-gray-400; |
|
|
|
@apply bg-gray-400; |
|
|
|