Skip to content

Commit d2dabc6

Browse files
fix: add z-index property to the divider element to establish proper stacking order (#17)
Co-authored-by: Copilot <[email protected]>
1 parent f49e62b commit d2dabc6

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)