/* Chrome LOD extension * * Author: Alex Tucker <alex.tucker@bbc.co.uk> * * Copyright (c) 2015 BBC * * Released under the MIT license (LICENSE.txt) */ #target { text-align: left; width: 100%; height: 100%; } #turn_wrapper { z-index: 10000; } .CodeMirror-code pre { box-shadow: none; } .CodeMirror { border: 1px solid #eee; height: auto; } .CodeMirror-scroll { overflow-y: hidden; overflow-x: auto; }