mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 11:12:18 +00:00
06136becdd
This commit addresses a scrolling/flickering issue in the HTML version of the docs. By adding `auto` to the `contain-intrinsic-size` CSS property, we're asking the browser to remember the last-rendered size for the element (once it's been rendered) instead of forcing the browser to treat it as being 1px by 5000px when it goes offscreen. PR-URL: https://github.com/nodejs/node/pull/48195 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> |
||
---|---|---|
.. | ||
api.js | ||
hljs.css | ||
js-flavor-cjs.svg | ||
js-flavor-esm.svg | ||
README.md | ||
style.css |
API Reference Document Assets
api.js
The main script for API reference documents.
hljs.css
The syntax theme for code snippets in API reference documents.
style.css
The main stylesheet for API reference documents.