From 39b995008dcc7b95f34130c5ec7565df612143e7 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Thu, 12 Nov 2020 16:42:48 +0100 Subject: [PATCH] Scroll modals if necessary, but don't shrink the quote --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 1a42833..ea11a0b 100644 --- a/style.css +++ b/style.css @@ -103,6 +103,7 @@ a.fullview { box-sizing: border-box; display: flex; flex-direction: column; + overflow-y: auto; } .fullview > div, .fullview a { color: white; @@ -167,6 +168,7 @@ blockquote { /* Otherwise the :before is larger than the blockquote and creates a scrollbar in the parent */ min-height: 4em; color: black; + flex-shrink: 0; } blockquote:before { color: #1a1c1c66;