diff --git a/src/layout/components/SiderBar/Components/GlobalSeach/index.scss b/src/layout/components/SiderBar/Components/GlobalSeach/index.scss index 2cf1af15..24e7dede 100644 --- a/src/layout/components/SiderBar/Components/GlobalSeach/index.scss +++ b/src/layout/components/SiderBar/Components/GlobalSeach/index.scss @@ -4,7 +4,7 @@ $globalSearchWidth: 650px; position: fixed; width: $globalSearchWidth; left: 50%; - margin-left: -$globalSearchWidth / 2; + margin-left: calc(0px - $globalSearchWidth / 2); top: 60px; & .global-seach__wrapper {