diff --git a/_sass/_block-figure.scss b/_sass/_block-figure.scss index e65b1a0..b06cbce 100644 --- a/_sass/_block-figure.scss +++ b/_sass/_block-figure.scss @@ -2,9 +2,11 @@ // Block: Figure // -------------------------------------------------------------------------------- figure.block { - display: block; + display: grid; + grid-auto-rows: min-content; position: relative; - overflow: hidden; + overflow-x: scroll; + overflow-y: hidden; } figure.block figcaption {