diff --git a/style.css b/style.css index ab503f7..660e276 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,12 @@ main { #editor { flex: 1; - overflow: scroll; + overflow-y: scroll; + display: flex; +} + +#editor > div{ + flex:1 } #output {