Fix restrictions rendering on FF (fixes #2241)

This commit is contained in:
John Firebaugh
2014-05-27 14:26:27 -07:00
parent e10bba980f
commit 29d26f5078

View File

@@ -1542,6 +1542,11 @@ input[type=number] {
height: 300px;
}
.form-field-restrictions svg {
width: 100%;
height: 100%;
}
.form-field-restrictions .restriction-help {
z-index: 1;
position: absolute;