fix(style): tooltip scroll bar color, auto input trim spaces
This commit is contained in:
@@ -45,3 +45,10 @@
|
||||
color: var(--color-progress-green);
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip-scrollbar {
|
||||
.simplebar-scrollbar::before {
|
||||
width: var(--scrollbar-size);
|
||||
background: var(--scrollbar-handle-light-bg);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,7 +118,11 @@ const StatusTag: React.FC<StatusTagProps> = ({
|
||||
})}
|
||||
</div>
|
||||
|
||||
<SimpleBar style={{ maxHeight: 200 }} autoHide={false}>
|
||||
<SimpleBar
|
||||
style={{ maxHeight: 200 }}
|
||||
autoHide={false}
|
||||
className="tooltip-scrollbar"
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
width: 'max-content',
|
||||
|
||||
Reference in New Issue
Block a user