knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.58k stars 280 forks source link

Fix Sidebar Style Error for 'External_Static' Type and 'Elements' Theme #820

Closed lz-freedom closed 3 months ago

lz-freedom commented 3 months ago

examples example Based on the code examples from the official repository of 'stoplightio/elements', it appears that our generation template is missing the setting of the 'body' 'height' to '100vh', which causes a styling error in the sidebar. The sidebar height cannot be fixed and changes with the height of the content page on the right. The page is as follows:

image

After the fix:

image
shalvah commented 3 months ago

Thanks!