Skip to content

Commit 9c486a3

Browse files
author
minjk-bl
committed
Fix not able to use menu scroll bug
1 parent 7b96797 commit 9c486a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

visualpython/css/menuFrame.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,9 @@ input.vp-menu-search-box {
173173
/* resizing handle */
174174
.vp-menu-frame .ui-resizable-handle {
175175
position: absolute;
176-
margin-right: 5px;
177176
right: 0px;
178177
top: 0px;
179-
width: 10px;
178+
width: 5px;
180179
height: 100%;
181180
cursor: col-resize;
182181
}

0 commit comments

Comments
 (0)