Skip to content

Commit 4f4342a

Browse files
committed
fix: scrollbar invisible when not enough content to scroll
1 parent 761314a commit 4f4342a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/Extn-CustomSnippets.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
}
138138

139139
#custom-snippets-panel .resizable-content {
140-
overflow-y: scroll;
140+
overflow-y: auto;
141141
overflow-x: auto;
142142
}
143143

0 commit comments

Comments
 (0)