Skip to content

Commit 0e8ef31

Browse files
andgraAkryum
authored andcommitted
fix: nw.js splitPanes scrolling (vuejs#760)
1 parent a621413 commit 0e8ef31

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/devtools/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ export default {
374374
padding-bottom 0 !important
375375
376376
.container
377+
height: calc(100% - 60px)
378+
position relative
377379
overflow hidden
378380
flex 1
379381

src/devtools/components/SplitPane.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export default {
123123
.left,
124124
.right
125125
position relative
126+
height 100%
126127
127128
.horizontal
128129
.bottom

0 commit comments

Comments
 (0)