mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
UX: fix double-scrollbar in keyboard-shortcuts-modal (#24751)
This commit is contained in:
@ -40,9 +40,6 @@
|
|||||||
|
|
||||||
#keyboard-shortcuts-help {
|
#keyboard-shortcuts-help {
|
||||||
box-sizing: border-box;
|
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 {
|
.keyboard-shortcuts-help__container {
|
||||||
columns: auto 20em;
|
columns: auto 20em;
|
||||||
|
Reference in New Issue
Block a user