diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 47f3392395932f..5c8aa01b80fabe 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -4,8 +4,6 @@ html { -moz-osx-font-smoothing: grayscale; -webkit-font-variant-ligatures: none; font-variant-ligatures: none; - height: 100%; - overflow: hidden; } body { @@ -15,8 +13,6 @@ body { padding: 0; color: #333; background: #fff; - overflow: hidden; - height: 100%; display: block; } @@ -26,10 +22,8 @@ pre, tt, code, .pre, span.type, a.type { #content { font-size: 1.8em; - overflow: hidden; display: block; position: relative; - height: 100%; } a, a:link, a:active { @@ -373,15 +367,13 @@ a code { margin-left: 234px; padding: 0 2em; -webkit-padding-start: 1.5em; - height: 100%; position: relative; - overflow-y: scroll; } #column2.interior { width: 234px; background: #333; - position: absolute; + position: fixed; left: 0; top: 0; bottom: 0;