File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 4646 },
4747 "devDependencies" : {
4848 "@types/js-yaml" : " ^4.0.9" ,
49- "@vitejs/plugin-basic-ssl" : " ^2.0.0" ,
5049 "prettier" : " ^3.5.3" ,
5150 "prettier-plugin-astro" : " ^0.14.1" ,
5251 "puppeteer" : " ^24.9.0" ,
Original file line number Diff line number Diff line change @@ -47,11 +47,6 @@ import links from "@data/links.json";
4747</section >
4848<Search />
4949
50- <style >
51- :root::view-transition-group(navbar) {
52- z-index: 100;
53- }
54- </style >
5550<script >
5651document.addEventListener("DOMContentLoaded", () => {
5752 let prevScrollPos = window.pageYOffset;
@@ -67,7 +62,6 @@ document.addEventListener("DOMContentLoaded", () => {
6762 prevScrollPos = currentScrollPos;
6863 });
6964
70-
7165 navbar.addEventListener("focusin", () => {
7266 navbar.style.transform = "translateY(0)";
7367 });
You can’t perform that action at this time.
0 commit comments