From 8db92089a19cca5f0ca7f6378f49600d23ac16b8 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Wed, 22 Apr 2026 11:16:20 -0600 Subject: [PATCH] theme toggle: absolute (not fixed) so it doesn't follow scroll --- app/web/static/style.css | 2 +- app/web/templates/index.html | 2 +- app/web/templates/metrics.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/web/static/style.css b/app/web/static/style.css index 2f5f6cc..88d64bd 100644 --- a/app/web/static/style.css +++ b/app/web/static/style.css @@ -1079,7 +1079,7 @@ button.submit:disabled { background: var(--faint); border-color: var(--faint); c .masthead-link:hover { border-bottom-color: var(--accent); } .theme-toggle { - position: fixed; + position: absolute; top: 0.6rem; right: 0.8rem; z-index: 50; diff --git a/app/web/templates/index.html b/app/web/templates/index.html index ba78174..923f691 100644 --- a/app/web/templates/index.html +++ b/app/web/templates/index.html @@ -4,7 +4,7 @@ embedding notebook - +