UX: firefox fix for shorthand modal width (#22638)

This commit is contained in:
chapoi 2023-07-17 13:16:45 +02:00 committed by GitHub
parent e4deba0075
commit 346ccfd7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
.keyboard-shortcuts-modal {
.modal-inner-container {
width: 100%;
--modal-max-width: 80vw;
}
}
@ -41,7 +42,7 @@
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
max-height: 85vh !important; // overrides a default modal !important for extra space
max-height: 80vh !important; // overrides a default modal !important for extra space
.keyboard-shortcuts-help__container {
columns: auto 20em;