Skip to content

Commit c185b0f

Browse files
author
minjk-bl
committed
Fix scrollbar vertical style
1 parent 5c5200a commit c185b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visualpython/css/root.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ button.vp-button {
382382
.vp-scrollbar-vertical {
383383
overflow-x: hidden;
384384
overflow-y: auto;
385+
white-space: nowrap;
385386
--webkit-mask-position: left top;
386387
}
387388
.vp-scrollbar-vertical::-webkit-scrollbar {

0 commit comments

Comments
 (0)