Fix help panel fields max height.

This commit is contained in:
Filip Barl
2017-03-22 11:53:43 +01:00
parent b52e0ee1e0
commit a94006491e
+1 -1
View File
@@ -1650,7 +1650,7 @@
// Notes: Firefox gets a bit messy if you try and bubble
// heights + overflow up (min-height issue + still doesn't work v.well),
// so this is a bit of a hack.
max-height: "calc(100vh - 160px - 160px - 160px)";
max-height: calc(100vh - 160px - 160px - 160px);
}
}
}