body { color: white; background-color: #222; font-family: Arial, sans-serif; overflow: hidden; } .header { height: 10%; } .main { height: 85%; } .footer { float: bottom; height:5% } #messages { height: 100%; overflow-y: scroll; overflow-x: auto; position: relative; bottom: 0; } #msgbox { width: 100%; height: 100%; } input { border: 1px solid #45d; background-color: #45b; color: white; } input:focus { border: 1px solid #000; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0); } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; }