Fixed sidebar overlay issue on window width

Had the wrong `min-width`
This commit is contained in:
Peter Jaszkowiak
2015-02-11 14:56:57 -07:00
parent 8241243f6b
commit a583f9d77a

View File

@@ -268,7 +268,7 @@
display: inline-block;
}
@media (min-width: 768px) {
@media (min-width: 1200px) {
.acp-sidebar {
position: fixed;
top: 70px;