` component wraps the code with a \"position: relative\" styled div. \r\n\r\n\u003Cimg width=\"656\" alt=\"Screenshot 2023-07-30 at 9 43 37 PM\" src=\"https://github.com/vuejs/vitepress/assets/90354202/a7f83520-edc3-415d-b851-2487693e1ba9\">\r\n\r\n\r\n### Reproduction\r\n\r\nThe \u003CContent /> component wraps the code with a \"position: relative\" styled div. \r\n\r\n### Expected behavior\r\n\r\nThere is no documentation on how to disable that from happening and it shouldn't do that in the first place anyway. \r\n\r\n### System Info\r\n\r\n```sh\r\nv1.0.0-beta.7\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3223],{"name":3224,"color":3225},"bug: pending triage","e99695",2712,"The \u003CContent /> component wraps the code with a \"position: relative\" styled div.","2023-08-11T00:04:38Z","https://github.com/vuejs/vitepress/issues/2712",0.74902713,{"description":3232,"labels":3233,"number":3234,"owner":3146,"repository":3147,"state":3215,"title":3235,"updated_at":3236,"url":3237,"score":3238},"### What problem does this feature solve?\r\nIt is actually a layout problem of `vue-router-next` documentation. Please accept my apology if I reported it in the wrong place.\r\n\r\nCurrently, the [official documentation site] layout is not worked as expected when it comes to the screen size with `959px` and `719px` breakpoints. \r\n\r\nUnexpected behaviours with breakpoints:\r\n- `959px`: `16.4rem` is applied to `margin-left` in the main section.\r\n- `719px`: `var(--sidebar-width)` is applied to `padding-left` in the main section.\r\n\r\nAs a result, the main content is hard to read when readers are using small-size screens, such as mobile phones, as the unexpected extra spaces are occupied.\r\n\r\n[official documentation site]: https://next.router.vuejs.org/guide/#html\r\n\r\n### What does the proposed API look like?\r\nI haven't used 'vitepress' before so I don't know if it is actually an issue of vitepress. But I have a 'temporary' solution for this issue:\r\n\r\nIn `/docs/.vitepress/theme/Layout.vue`:\r\n\r\n```vue\r\n\u003Cstyle>\r\n...\r\n\r\n/* Fix: Unexpected margin at 959px breakpoint */\r\n@media screen and (max-width: 959px) {\r\n .theme main {\r\n margin-left: 0;\r\n }\r\n}\r\n\r\n/* Fix: Unexpected padding at 719px breakpoint */\r\n@media screen and (max-width: 719px) {\r\n .theme main {\r\n padding-left: 0;\r\n }\r\n}\r\n\u003C/style>\r\n```\r\n\r\nAnd it should fix the layout problem existed.\r\n\r\nI believe that small changes can bring a big positive effect on the community. Thank you for reviewing this issue.\r\n\r\n\u003C!-- generated by vue-issues. DO NOT REMOVE -->",[],121,"Better Docs Layout for Small Screen","2023-01-21T16:24:17Z","https://github.com/vuejs/vitepress/issues/121",0.7519867,{"description":3240,"labels":3241,"number":3243,"owner":3146,"repository":3147,"state":3215,"title":3244,"updated_at":3245,"url":3246,"score":3247},"Put anything inside a markdown file and run `vitepress build`.\r\n\r\nOutput:\r\n\r\n```txt\r\nvitepress v1.0.0-draft.4\r\n✓ building client + server bundles...\r\n✖ rendering pages...\r\nbuild error:\r\n Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'\r\n at new NodeError (node:internal/errors:372:5)\r\n at throwIfUnsupportedURLScheme (node:internal/modules/esm/resolve:1120:11)\r\n at defaultResolve (node:internal/modules/esm/resolve:1200:3)\r\n at ESMLoader.resolve (node:internal/modules/esm/loader:580:30)\r\n at ESMLoader.getModuleJob (node:internal/modules/esm/loader:294:18)\r\n at ESMLoader.import (node:internal/modules/esm/loader:380:22)\r\n at importModuleDynamically (node:internal/modules/esm/translators:106:35)\r\n at importModuleDynamicallyCallback (node:internal/process/esm_loader:35:14)\r\n at renderPage (file:///C:/Users/brc-dd/AppData/Local/npm-cache/_npx/fd8208cc6eb378bf/node_modules/vitepress/dist/node/serve-f7c10936.js:39511:45)\r\n at build (file:///C:/Users/brc-dd/AppData/Local/npm-cache/_npx/fd8208cc6eb378bf/node_modules/vitepress/dist/node/serve-f7c10936.js:39827:15) {\r\n code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'\r\n}\r\n```\r\n\r\nWorks fine on dev and should work on *nix. Probably has something to do with the recent ESM refactor. Also, running VitePress logs wrong version on console.\r\n\r\nSystem details:\r\n\r\n```txt\r\nOS: Windows 10 10.0.25120\r\nNode: 16.15.0\r\n```",[3242],{"name":3199,"color":3200},671,"[next] Unable to build on Windows","2023-01-21T14:35:50Z","https://github.com/vuejs/vitepress/issues/671",0.7532914,["Reactive",3249],{},["Set"],["ShallowReactive",3252],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fgNPRIVMGEt_Nut416FogxyA9-pL7k9nTZo-hVrxi2CI":-1},"/vuejs/vitepress/4897"]