ManageIQ/manageiq-ui-classic

View on GitHub
app/stylesheet/legacy/remote_console.scss

Summary

Maintainability
Test Coverage
#remote-console {
  position: fixed;
  width: 100%;
  height: calc(100% - 30px) !important;
  overflow: auto;
}

footer.remote-console {
  position: fixed;
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
  width: 100%;
  top: calc(100% - 32px);
  padding-left: 0.2em;
  padding-right: 0.2em;
}