File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
packages/jaeger-ui/src/components/SearchTracePage Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,22 @@ limitations under the License.
58
58
.SearchForm--tagsHintEg {
59
59
color : teal;
60
60
}
61
+
62
+ .ant-select-dropdown .rc-virtual-list-holder {
63
+ overflow-y : auto !important ;
64
+ }
65
+
66
+ /* ensure scrollbar is always visible, not just on hover */
67
+ .ant-select-dropdown ::-webkit-scrollbar ,
68
+ .ant-select-dropdown .rc-virtual-list ::-webkit-scrollbar ,
69
+ .ant-select-dropdown .rc-virtual-list-holder ::-webkit-scrollbar {
70
+ width : 8px ;
71
+ background-color : # f1f1f1 ;
72
+ }
73
+
74
+ .ant-select-dropdown ::-webkit-scrollbar-thumb ,
75
+ .ant-select-dropdown .rc-virtual-list ::-webkit-scrollbar-thumb ,
76
+ .ant-select-dropdown .rc-virtual-list-holder ::-webkit-scrollbar-thumb {
77
+ background-color : # 292929 ;
78
+ border-radius : 4px ;
79
+ }
You can’t perform that action at this time.
0 commit comments