Preventing controls going under options

This commit is contained in:
Jake Archibald
2018-10-20 12:45:11 +01:00
parent 9bf5cdb9d7
commit f0b6d4553e

View File

@@ -47,10 +47,10 @@ Note: These styles are temporary. They will be replaced before going live.
flex-wrap: wrap; flex-wrap: wrap;
contain: content; contain: content;
@media (min-width: 680px) { @media (min-width: 860px) {
top: auto; top: auto;
left: 220px; left: 320px;
right: 220px; right: 320px;
bottom: 0; bottom: 0;
} }
} }