blob: 8e78c80d4a59078e4784817e9d52f1292561fb2a [file] [log] [blame]
.sourcePane {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
overflow: hidden;
}
.sourcePane textarea{
width: 100%;
height: 100%;
border: 0px;
overflow: auto;
padding: 0px;
margin:0px;
}
* html .sourcePane {
overflow: auto;
}