<aside style="float: left; width: 200px; height: 100%; background: skyblue;">我是一个侧边栏</aside>
<main style="overflow: hidden; width: calc(100% - 200px); height: 100%; background: #eee;">我是文档主内容</main>
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body, aside, main {
  margin: 0;
  padding: 0;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.