Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit aa56a27

Browse files
Fix SplitView max-height bug that was breaking scrolling
1 parent 30368cb commit aa56a27

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ function openMainWindow () {
167167
icon: Path.join(__dirname, 'assets/icon.png')
168168
})
169169

170-
171170
windowState.manage(windows.main)
172171
windows.main.setSheetOffset(40)
173172
windows.main.on('close', function (e) {

styles/base/split-view.mcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SplitView {
22
display: flex
33
flex: 3
4+
max-height: 100%
45
div.main {
56
display: flex
67
flex-direction: column

0 commit comments

Comments
 (0)