Merge pull request #2956 from tangly1024/fix/heo-theme-sticky

Heo sticky bug
This commit is contained in:
tangly1024
2024-11-13 15:50:54 +08:00
committed by GitHub

View File

@@ -9,7 +9,6 @@ const Style = () => {
<style jsx global>{`
body {
background-color: #f7f9fe;
overflow-x: hidden;
}
// 公告栏中的字体固定白色
@@ -67,3 +66,4 @@ const Style = () => {
}
export { Style }