Prevent options overflow at larger widths

This commit is contained in:
Jake Archibald
2018-10-29 07:42:44 +00:00
parent 85323dff87
commit b139119551

View File

@@ -32,7 +32,7 @@
}
@media (min-width: 860px) {
max-height: none;
max-height: 100%;
}
}