mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
ui: optimize the scrollbar style of the settings
This commit is contained in:
@@ -172,7 +172,7 @@ export const Settings = () => {
|
|||||||
|
|
||||||
<ScrollArea
|
<ScrollArea
|
||||||
viewportRef={scrollViewportRef}
|
viewportRef={scrollViewportRef}
|
||||||
className="h-full w-full rounded-r-lg bg-neutral-900/50 px-3"
|
className="h-full w-full rounded-r-lg bg-neutral-900/50 px-3 [&_[data-slot=scroll-area-scrollbar]]:w-1.5 [&_[data-slot=scroll-area-scrollbar]]:p-0 [&_[data-slot=scroll-area-thumb]]:bg-neutral-500/30"
|
||||||
>
|
>
|
||||||
<div className="flex h-full w-full justify-center">
|
<div className="flex h-full w-full justify-center">
|
||||||
<div className="w-full max-w-[600px] pb-10 pt-14">
|
<div className="w-full max-w-[600px] pb-10 pt-14">
|
||||||
|
|||||||
Reference in New Issue
Block a user