Fix figures not allowing scrolling for oversized content
This commit is contained in:
@@ -2,9 +2,11 @@
|
|||||||
// Block: Figure
|
// Block: Figure
|
||||||
// --------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------
|
||||||
figure.block {
|
figure.block {
|
||||||
display: block;
|
display: grid;
|
||||||
|
grid-auto-rows: min-content;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure.block figcaption {
|
figure.block figcaption {
|
||||||
|
|||||||
Reference in New Issue
Block a user