Skip to content

Commit eb42d19

Browse files
committed
fix: scrollbars doesnt show up easily in the sidebar
1 parent c78dac6 commit eb42d19

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/styles/brackets_scrollbars.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@
8585
}
8686
}
8787

88+
/* Show scrollbar on all sidebar children when hovering anywhere on the sidebar */
89+
.quiet-scrollbars#sidebar:hover {
90+
.open-files-container::-webkit-scrollbar-thumb,
91+
#project-files-container::-webkit-scrollbar-thumb,
92+
.ai-chat-messages::-webkit-scrollbar-thumb,
93+
.ai-session-history-dropdown::-webkit-scrollbar-thumb {
94+
border-radius: 999px;
95+
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.6) inset;
96+
border: 2px solid transparent;
97+
}
98+
}
99+
88100
.platform-linux, .platform-mac {
89101
// Note: when changing padding/margins, may need to adjust metrics in ScrollTrackMarkers.js
90102

0 commit comments

Comments
 (0)