From 7eea07ede1b8c08fd469204cd30e32c089382b05 Mon Sep 17 00:00:00 2001 From: Cola-Echo Date: Tue, 30 Dec 2025 01:33:49 +0800 Subject: [PATCH] Add files via upload --- gift.js | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gift.js b/gift.js index ae087d9..9f99eb0 100644 --- a/gift.js +++ b/gift.js @@ -91,7 +91,7 @@ function renderGiftContent() { const gridContainer = document.getElementById('wechat-gift-grid'); const sendBtn = document.getElementById('wechat-gift-send'); const targetContainer = document.getElementById('wechat-gift-target'); - const headerEl = document.querySelector('.wechat-gift-header'); + const headerEl = document.querySelector('.wechat-gift-navbar'); if (!tabsContainer || !gridContainer) return; diff --git a/style.css b/style.css index 2cfbe64..992fa45 100644 --- a/style.css +++ b/style.css @@ -10518,6 +10518,7 @@ .wechat-gift-navbar { background: #111111 !important; + position: relative; } .wechat-gift-navbar .wechat-navbar-title {