Skip to content

Commit 2fa717d

Browse files
committed
scroll-able key command window
- fixed height ... - ... but scrollable when window is short on the y-axis fixes #586
1 parent 9dfe82a commit 2fa717d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/css/keycommand-window.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ body {
88
user-select: none;
99
-webkit-user-select: none;
1010
cursor:default;
11-
overflow: hidden;
11+
overflow-x: hidden;
12+
overflow-y: scroll;
1213
box-sizing: border-box;
1314
-webkit-app-region: drag;
1415
}
@@ -25,6 +26,7 @@ html, body {
2526
bottom: 0;
2627
position: absolute;
2728
top: 0;
29+
height: 875px;
2830
}
2931

3032
#keyboard {

0 commit comments

Comments
 (0)