html, body{ /*width: 800px;*/ /*height: 500px;*/ font-size: 11px; overflow: hidden; } body{ padding-top: 10px; } /* scrollbar settings */ ::-webkit-scrollbar{ width: 25px; border: 1px solid rgba(0, 0, 50, .2); } ::-webkit-scrollbar-thumb{ background-color: rgba(0, 0, 50, .5); } #question-table-wrapper{ height: 300px; overflow-y: scroll; overflow-x: hidden; } #question-table-wrapper th.large-cell, #question-table-wrapper td.large-cell{ width: 24%; } #question-table-wrapper th.small-cell, #question-table-wrapper td.small-cell{ width: 14%; } #question-table-wrapper tr.question-row, #question-table-wrapper tr.question-row td{ cursor: pointer; } #question-table-wrapper tr.question-row.q-selected{ background-color: rgba(200, 100, 100, .3); } #client-control-pane{ height: 330px; overflow-y: scroll; } #client-control-pane table th, #client-control-pane table td{ width: 50%; } #question-control-pane h3{ display: inline-block; }