Skip to content

Commit 752eb0b

Browse files
committed
fix: vertical-drag-bar
1 parent dc96013 commit 752eb0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/EditorView/grid/grid.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
bottom: 0;
44
right: 0;
55
width: 15px;
6+
height: 100%;
67
background-color: transparent;
78
background-repeat: no-repeat;
89
background-origin: content-box;
@@ -15,6 +16,7 @@
1516
left: 0;
1617
top: 0;
1718
height: 15px;
19+
width: 100%;
1820
background-color: transparent;
1921
background-repeat: no-repeat;
2022
background-origin: content-box;

0 commit comments

Comments
 (0)