Skip to content

Commit 70f7df9

Browse files
committed
Fixed styling of keyboard shortcuts overlay
1 parent acfc53e commit 70f7df9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

client/styles/components/_keyboard-shortcuts.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.keyboard-shortcuts {
22
padding: #{20 / $base-font-size}rem;
3-
padding-bottom: #{40 / $base-font-size}rem;
43
width: #{450 / $base-font-size}rem;
54
overflow-y: scroll;
65
}

client/styles/components/_overlay.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
max-height: 80%;
2626
max-width: 65%;
2727
position: relative;
28+
padding-bottom: 25px;
2829
}
2930

3031
.overlay__header {

0 commit comments

Comments
 (0)