hide scrollbars on code area when not overflowing

This commit is contained in:
undergroundwires
2020-11-01 18:48:11 +01:00
parent 8ce06facbd
commit fd28eaad06

View File

@@ -113,6 +113,7 @@ function initializeEditor(theme: string, editorId: string): ace.Ace.Editor {
width: 100%;
max-height: 1000px;
min-height: 200px;
overflow: auto;
&__highlight {
background-color:$accent;
opacity: 0.2; // having procent fails in production (minified) build