denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.54k stars 648 forks source link

docs: fix navigating to components from docs with small screen #2198

Closed deer closed 10 months ago

deer commented 10 months ago

closes https://github.com/denoland/fresh/issues/2190

Marvin, I noticed that adding the fix here did not resolve the issue. I see the docs say Partials are enabled by adding a f-client-nav attribute to an HTML element -- is it expected that adding f-client-nav={false} to a component does not automatically apply it to html element children?

deer commented 10 months ago

@marvinhagemeister, this is a one-liner that fixes an issue on the docs website for small screens.