FIX: Give expanded CSS/HTML editor >0 height

This commit is contained in:
Kris 2019-12-20 10:37:23 -05:00
parent bbe2947742
commit f8633d5c58
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@
bottom: 10px;
}
.ace-wrapper {
height: calc(100% - 200px);
height: calc(100vh - 200px);
}
}