fix: decreased scrollbar width to avoid overlap small width component (#3432)
This commit is contained in:
parent
77fd1728b9
commit
35f68511fb
@ -44,17 +44,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scroll-area__bar[data-orientation='vertical'] {
|
.scroll-area__bar[data-orientation='vertical'] {
|
||||||
width: 10px;
|
width: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-area__bar[data-orientation='horizontal'] {
|
.scroll-area__bar[data-orientation='horizontal'] {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 10px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 8px;
|
||||||
height: 10px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-track,
|
::-webkit-scrollbar-track,
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
|
|||||||
@ -387,7 +387,7 @@ const ModelDropdown = ({
|
|||||||
key={i}
|
key={i}
|
||||||
>
|
>
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<div className="flex items-center justify-between px-3">
|
<div className="flex items-center justify-between px-4">
|
||||||
<div
|
<div
|
||||||
className="flex w-full cursor-pointer items-center gap-2 py-1"
|
className="flex w-full cursor-pointer items-center gap-2 py-1"
|
||||||
onClick={onClickChevron}
|
onClick={onClickChevron}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user