Updated Composer styles to hide scrollbars and fit heights

• Updated:
- Composer styles to hide scrollbars and fit heights
This commit is contained in:
mgabdev
2020-12-23 16:37:36 -05:00
parent 75c6cd9fc2
commit a4aff4fef9
4 changed files with 19 additions and 15 deletions

View File

@@ -555,7 +555,7 @@ pre {
.calcMaxH410PX { max-height: calc(100vh - 450px); }
@media (min-width: 0px) and (max-width:992) { .calcMaxH410PX { max-height: calc(100vh - 410px); } }
@media (min-height: 0px) and (max-height:660px) { .calcMaxH410PX { max-height: calc(100vh - 140px); } }
@media (min-height: 0px) and (max-height:660px) { .calcMaxH410PX { max-height: calc(100vh - 240px); } }
.minH100VH { min-height: 100vh; }
.minH50VH { min-height: 50vh; }