import styled from 'styled-components'; const Wrapper = styled.div` div.CodeMirror { /* todo: find a better way */ height: calc(100vh - 240px); } `; export default Wrapper;