From c475c1fcfbd5743808ba4dfc5e20cead8c292d81 Mon Sep 17 00:00:00 2001 From: newt Date: Wed, 8 Jul 2026 15:15:32 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=82=B5=E3=82=A4=E3=83=88=E3=81=AE=E3=83=98?= =?UTF-8?q?=E3=83=83=E3=83=80=E3=83=BC=E3=82=92=E5=9B=BA=E5=AE=9A=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- app/ginga-ui.com/src/app/globals.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/ginga-ui.com/src/app/globals.css b/app/ginga-ui.com/src/app/globals.css index 6215851..bc4f857 100644 --- a/app/ginga-ui.com/src/app/globals.css +++ b/app/ginga-ui.com/src/app/globals.css @@ -19,6 +19,9 @@ body { } .docs-header { + position: sticky; + top: 0; + z-index: 100; display: flex; align-items: center; justify-content: space-between;