Skip to content

Commit fbf5a01

Browse files
committed
node-type sidebar with subtle effect
1 parent c944f0d commit fbf5a01

File tree

4 files changed

+659
-35
lines changed

4 files changed

+659
-35
lines changed

apps/vps-web/src/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,3 +787,8 @@ html:active-view-transition-type(normal) {
787787
.mermaid-node .inner-node {
788788
@apply bg-white text-black;
789789
}
790+
791+
.taskbar-container > div {
792+
scrollbar-width: thin;
793+
scrollbar-color: rgb(100, 116, 139) transparent;
794+
}

0 commit comments

Comments
 (0)