Change overflow for dropdown

If there's no content the page-wrapper cuts dropdown. This change fixes this.
This commit is contained in:
johanko 2016-01-26 23:54:02 +01:00
parent 8e7125f1b0
commit 995bbf7966

View File

@ -27,7 +27,7 @@ body {
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
overflow: hidden;
overflow: visible;
}
}