Fix overlapping UI with new radio buttons

Not sure what about the new radios is causing this, but they no longer
expand the size of the container, causing an overlap.

The fixed height was originally for performance reasons, but removing
it doesn’t seem to cause the page to jump around on load, so I think
it’s OK.
This commit is contained in:
Chris Hill-Scott
2017-04-11 17:05:02 +01:00
parent 53b10f14f6
commit bde140f560

View File

@@ -29,7 +29,6 @@
.js-enabled & {
height: 60px;
overflow: visible;
.multiple-choice {