fix overflow
This commit is contained in:
parent
8d89ceb1c8
commit
3851b5d5dd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
height: 100%;
|
||||
flex: 1;
|
||||
padding-top: 10px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.line-numbers {
|
||||
|
|
@ -28,5 +29,4 @@
|
|||
.code {
|
||||
flex: 1;
|
||||
padding: 3px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
Loading…
Reference in a new issue