Skip to content

Commit 116b36f

Browse files
committed
z-index divider over main content to allow handle
1 parent f49e62b commit 116b36f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue-split-panel/src/SplitPanel.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ defineExpose({ collapse, expand, toggle });
339339
340340
.divider {
341341
position: relative;
342+
z-index: +1;
342343
343344
&:not(.disabled) {
344345
& :deep(> :first-child) {

0 commit comments

Comments
 (0)