mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
Fix missing scrollbars for abcjs overflow (#1469)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
90ae3c1f76
commit
64443a3b64
1 changed files with 9 additions and 0 deletions
|
@ -4,9 +4,18 @@
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
.abcjs-score {
|
.abcjs-score {
|
||||||
@import "../../../../style/variables.scss";
|
@import "../../../../style/variables.scss";
|
||||||
|
|
||||||
|
.markdown-body & {
|
||||||
|
overflow-x: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > svg {
|
||||||
|
max-width: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
&, text {
|
&, text {
|
||||||
font-family: $font-family-base;
|
font-family: $font-family-base;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue