Remove min-height on modals

This commit is contained in:
Adrian Heine 2020-09-20 22:51:43 +02:00
parent 06ab639c42
commit 6edd1bcb3e

View file

@ -85,7 +85,6 @@ body {
left: 50%;
transform: translate(-50%, -50%);
min-width: 20em;
min-height: 30em;
max-height: 100%;
max-width: 30em;
overflow: auto;
@ -130,6 +129,8 @@ blockquote {
margin: .5em;
padding: .5em;
quotes: "\201C""\201D""\2018""\2019";
/* Otherwise the :before is larger than the blockquote and creates a scrollbar in the parent */
min-height: 3em;
}
blockquote:before {
color: #1a1c1c66;