From 4eee82c40b5f63e36b3814408c33f96d8ac3d7f3 Mon Sep 17 00:00:00 2001 From: syfxlin Date: Wed, 31 Jan 2024 02:20:16 +0800 Subject: [PATCH] fix(style): Fix some styles --- src/components/layouts/header/styles.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layouts/header/styles.css.ts b/src/components/layouts/header/styles.css.ts index 3570adc0..da93b5ee 100644 --- a/src/components/layouts/header/styles.css.ts +++ b/src/components/layouts/header/styles.css.ts @@ -59,7 +59,7 @@ export const right = styled.css` export const menu = styled.css` transition: transform 0.3s, color 0.3s, background-color 0.3s; - position: fixed; + position: absolute; top: 0; left: 0; width: 100px;