Remove min-height on modals
This commit is contained in:
parent
06ab639c42
commit
6edd1bcb3e
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ body {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
min-width: 20em;
|
min-width: 20em;
|
||||||
min-height: 30em;
|
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 30em;
|
max-width: 30em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
@ -130,6 +129,8 @@ blockquote {
|
||||||
margin: .5em;
|
margin: .5em;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
quotes: "\201C""\201D""\2018""\2019";
|
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 {
|
blockquote:before {
|
||||||
color: #1a1c1c66;
|
color: #1a1c1c66;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue