Simpler max height

This commit is contained in:
Jake Archibald
2020-12-05 12:19:46 +00:00
parent 6d5a743c3f
commit c8d31321d5

View File

@@ -25,18 +25,13 @@
max-width: 400px;
margin: 0 auto;
width: calc(100% - 60px);
max-height: calc(100% - 104px);
max-height: 100%;
overflow: hidden;
@media (min-width: 600px) {
max-height: calc(100% - 75px);
width: 300px;
margin: 0;
}
@media (min-width: 860px) {
max-height: calc(100% - 40px);
}
}
.options-1 {