Files
gitbook/packages
Zeno Kapitein a5dc31a791 Stick the page actions bar to the top of the viewport
Make the page header actions (the "On this page" toggle and the
assistant / page actions) stick to the top of the viewport on non-mobile
viewports, so they stay reachable while scrolling long pages such as API
references (RND-11139).

- PageHeader: render the actions as a sibling of `<header>` (a direct
  child of the scrolling `<main>`) so its sticky containing block is the
  full page rather than the short header, which is why it scrolled away
  before. It pins padded just below the site header using the same
  server-default + client CSS-var pattern as the table of contents, and
  drops below the "On this page" panel when that is expanded as an
  overlay so it doesn't show on top of it.
- OpenAPI: shift the sticky code-sample preview down so it clears the
  newly-sticky bar, and leave a small gap at the bottom of the viewport.
- Button: keep secondary buttons' background in the flat depth style
  instead of making them transparent, so the sticky actions stay visible
  over the content they scroll past.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 10:35:08 +02:00
..
2026-02-25 11:37:48 +01:00
2026-05-19 13:24:41 +02:00
2025-10-15 13:30:24 +02:00
2026-06-12 14:55:55 +02:00
2026-05-19 13:24:41 +02:00
2026-03-31 17:01:13 +02:00