diff --git a/components/bar/bar.module.scss b/components/bar/bar.module.scss index 0a3282f..346fbff 100644 --- a/components/bar/bar.module.scss +++ b/components/bar/bar.module.scss @@ -4,6 +4,7 @@ background-color: variables.$secondary-color; padding: 0.5rem 1.5rem 0.4rem 1.5rem; min-width: 100%; + z-index: 99; a, span { diff --git a/package.json b/package.json index 1b35193..88ab0f6 100644 --- a/package.json +++ b/package.json @@ -41,4 +41,4 @@ "typescript": "^4.1.3", "typescript-plugin-css-modules": "^3.0.1" } -} +} \ No newline at end of file