html,body{ margin: 0; padding: 0; font-family: "Ubuntu"; font-size: 13px; width: 100%; height: 100%; background-image: url(wallpaper.jpg); background-size: cover; overflow: hidden; } #wrapper{ margin: 0; padding: 0; min-height:100%; overflow:hidden; } .afx-clear{ clear:both; background-color: transparent; border: 0; height: 1px; } #workspace { width: 100%; position: absolute; bottom: 0; top: 24px; } #desktop{ position: absolute; top:3px; bottom: 0; margin: 0; left: 40px; right: 0; user-select:none; cursor: default; padding:0px; } input { outline: none; padding: 2px; height:23px; border: 1px solid #a6a6a6; background-color: white; color: #414339; border-radius: 5px; box-sizing: border-box; font-family: "Ubuntu"; font-size: 13px; }