From 503813fad84933ed1bd3b3851110c07fb3eceb1a Mon Sep 17 00:00:00 2001 From: Zach Welshman <38403427+zwelshman@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:50:59 +0000 Subject: [PATCH 1/3] Update custom.scss for sticky search bar --- _sass/custom/custom.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index a17a9cc..8119156 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1,3 +1,19 @@ +.main-header { + color: none; + position: sticky; + top: 0; + z-index: 100; + background-color: none; +} + +.search { + color: none; + position: sticky; + top: 0; + z-index: 101; + background-color: none; +} + .side-bar { color: #EEE8FF; background-color: #EEE8FF; From edb3e91924ad382e9cf1f88c251dc8f2cf682161 Mon Sep 17 00:00:00 2001 From: Zach Welshman <38403427+zwelshman@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:35:39 +0000 Subject: [PATCH 2/3] Update index.md for data scientists --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index ef57066..3521dff 100644 --- a/index.md +++ b/index.md @@ -53,11 +53,11 @@ For any enquiries, or if you have any resources you would like to contribute to






