Set the recommended default of h:auto & o:visible

Not that this works without a container.
Could investigate wrapping in a 100% high container instead?
This commit is contained in:
Matt Pass
2012-09-13 18:13:42 +01:00
parent 56887c9f1f
commit 2c1e032f38

View File

@@ -22,7 +22,7 @@ $activeLineBG = $ICEcoder["theme"]=="eclipse" || $ICEcoder["theme"]=="elegant" |
?>">
<style type="text/css">
.CodeMirror {position: absolute; width: 0; background-color: #fff; color: #000; top: 0px; width: 100%; z-index: 1}
.CodeMirror-scroll {height: 100%}
.CodeMirror-scroll {height: auto; overflow: visible}
/* Make sure this next one remains the 3rd item, updated with JS */
.cm-s-activeLine {background: <?php echo $activeLineBG;?> !important}
span.CodeMirror-matchhighlight {background: #555}