1
0
Fork 0

fix: Scroll only table, not figcaption

This commit is contained in:
Benedikt Bastin 2021-01-17 20:36:10 +01:00
parent 83281b8f53
commit c29acf3a65
2 changed files with 69 additions and 62 deletions

View file

@ -63,6 +63,11 @@ figure figcaption .ref {
}
figure {
margin: 0px;
padding: 1em 0.2em;
}
figure div {
overflow-y: auto;
}