Fix missing scrollbars for abcjs overflow (#1469)

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-08-31 22:25:06 +02:00 committed by GitHub
parent 90ae3c1f76
commit 64443a3b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,18 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
.abcjs-score {
@import "../../../../style/variables.scss";
.markdown-body & {
overflow-x: auto !important;
}
& > svg {
max-width: unset !important;
}
&, text {
font-family: $font-family-base;
}