Skip to content

Commit

Permalink
Fix overflow causing double scroll
Browse files Browse the repository at this point in the history
This seems to fix this issue unclecheese#112
  • Loading branch information
tiller1010 authored Apr 13, 2020
1 parent c5f807d commit d9eb83a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/styles/bundle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ div.field.display-logic-hidden,
div.displaylogicwrapper.display-logic-hidden {
display:none;
}
div.displaylogicwrapper.display-logic {
position: relative;
}

@media (min-width: 992px) {

.cms-edit-form:not(.AssetAdmin) .form-group div.display-logic-hidden {
display: none;
}

}
}

0 comments on commit d9eb83a

Please sign in to comment.