Skip to content

Commit 7b88f75

Browse files
committed
set width to max-width for scrollbar placement
1 parent 43e9bbe commit 7b88f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_keyboard-shortcuts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
padding: #{math.div(20, $base-font-size)}rem;
55
margin-right: #{math.div(20, $base-font-size)}rem;
66
padding-bottom: #{math.div(40, $base-font-size)}rem;
7-
width: 100%;
7+
max-width: 100%;
88
overflow-y: auto;
99
}
1010

0 commit comments

Comments
 (0)