.table { display: block; height: 100%; } .row { display: block; position: relative; } .cell { display: inline-block; } .thead { display: block; } .tbody { width: 100%; display: block; overflow: auto; } .disabledClickFix{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; } #sort-handler{ cursor: s-resize; }