fix: Scroll only table, not figcaption
This commit is contained in:
parent
83281b8f53
commit
c29acf3a65
2 changed files with 69 additions and 62 deletions
|
@ -34,6 +34,7 @@
|
||||||
<section>
|
<section>
|
||||||
<h1>Details</h1>
|
<h1>Details</h1>
|
||||||
<figure>
|
<figure>
|
||||||
|
<div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -96,6 +97,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<a name="table-001"><span class="ref">Tabelle 1:</span></a>
|
<a name="table-001"><span class="ref">Tabelle 1:</span></a>
|
||||||
Details der Impfungen, aufgeschlüsselt nach Ländern<br />
|
Details der Impfungen, aufgeschlüsselt nach Ländern<br />
|
||||||
|
|
|
@ -63,6 +63,11 @@ figure figcaption .ref {
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 1em 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
figure div {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue