Browse Source

Scroll modals if necessary, but don't shrink the quote

master
Adrian Heine 3 years ago
parent
commit
39b995008d
  1. 2
      style.css

2
style.css

@ -103,6 +103,7 @@ a.fullview {
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-y: auto;
} }
.fullview > div, .fullview a { .fullview > div, .fullview a {
color: white; color: white;
@ -167,6 +168,7 @@ blockquote {
/* Otherwise the :before is larger than the blockquote and creates a scrollbar in the parent */ /* Otherwise the :before is larger than the blockquote and creates a scrollbar in the parent */
min-height: 4em; min-height: 4em;
color: black; color: black;
flex-shrink: 0;
} }
blockquote:before { blockquote:before {
color: #1a1c1c66; color: #1a1c1c66;

Loading…
Cancel
Save