Skip to content

Commit

Permalink
fix: toggler should be absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 10, 2021
1 parent a12f891 commit f8bb46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SplitPane.vue
Expand Up @@ -97,7 +97,7 @@ function dragEnd() {
z-index: 3;
font-family: var(--font-code);
color: #444;
position: fixed;
position: absolute;
left: 50%;
bottom: 20px;
background-color: #fff;
Expand Down

0 comments on commit f8bb46f

Please sign in to comment.