Fix input highlighter size

This commit is contained in:
j433866 2019-03-22 15:19:03 +00:00
parent c0c83c5cdc
commit 9b86ed7c45
2 changed files with 5 additions and 3 deletions

View file

@ -105,9 +105,9 @@
#output-highlighter {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
height: calc(100% - var(--title-height));
padding: 3px;
margin: 0;
overflow: hidden;