Skip to content

Commit 80cf3fd

Browse files
committed
css tweak
1 parent aed4e3a commit 80cf3fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/vps-web/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,5 +790,5 @@ html:active-view-transition-type(normal) {
790790

791791
.taskbar-container > div {
792792
scrollbar-width: thin;
793-
scrollbar-color: rgb(100, 116, 139) transparent;
793+
scrollbar-color: rgb(100, 116, 139) rgb(51, 65, 85);
794794
}

libs/app-canvas/src/app/components/node-sidebar-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export class NodeSidebarMenuComponent extends Component<
252252
md:flex flex-col
253253
bg-slate-700
254254
rounded-r-md
255-
overflow-y-scroll`}
255+
`}
256256
getElement={(element: HTMLElement) => {
257257
this.taskbarContainer = element;
258258
}}

0 commit comments

Comments
 (0)