Browse Source

Remove min-height on modals

master
Adrian Heine 4 years ago
parent
commit
6edd1bcb3e
  1. 3
      style.css

3
style.css

@ -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;

Loading…
Cancel
Save