Heo sticky bug

This commit is contained in:
tangly1024.com
2024-11-13 15:49:43 +08:00
parent 61a7efaac0
commit 3d1dc7309c

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 }