UX: fix double-scrollbar in keyboard-shortcuts-modal (#24751)
This commit is contained in:
parent
22bb1c8951
commit
42e5bbaf38
|
@ -40,9 +40,6 @@
|
|||
|
||||
#keyboard-shortcuts-help {
|
||||
box-sizing: border-box;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: 80vh !important; // overrides a default modal !important for extra space
|
||||
|
||||
.keyboard-shortcuts-help__container {
|
||||
columns: auto 20em;
|
||||
|
|
Loading…
Reference in New Issue