Skip to content

Commit f8bb46f

Browse files
committed
fix: toggler should be absolute
1 parent a12f891 commit f8bb46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SplitPane.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function dragEnd() {
9797
z-index: 3;
9898
font-family: var(--font-code);
9999
color: #444;
100-
position: fixed;
100+
position: absolute;
101101
left: 50%;
102102
bottom: 20px;
103103
background-color: #fff;

0 commit comments

Comments
 (0)