From c2fec4f21fef35c596a2c407583b96b6e26544f8 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Thu, 20 Oct 2022 02:11:23 -0400 Subject: [PATCH] Added scrolling to header --- .eslintrc.js | 10 +++++----- components/Header.module.css | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 35f49db..756f84b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,11 +18,11 @@ module.exports = { plugins: ["@typescript-eslint", "react", "react-hooks", "prettier", "unused-imports"], rules: { "no-unused-vars": "off", - "unused-imports/no-unused-imports": "error", - "unused-imports/no-unused-vars": [ - "error", - { "vars": "all", "varsIgnorePattern": "^_", "args": "after-used", "argsIgnorePattern": "^_" } - ], + "unused-imports/no-unused-imports": "error", + "unused-imports/no-unused-vars": [ + "error", + { "vars": "all", "varsIgnorePattern": "^_", "args": "after-used", "argsIgnorePattern": "^_" } + ], "prettier/prettier": ["error", { "endOfLine": "auto" }], "import/first": "error", "import/order": [ diff --git a/components/Header.module.css b/components/Header.module.css index e403fd2..5ec72d4 100644 --- a/components/Header.module.css +++ b/components/Header.module.css @@ -28,6 +28,7 @@ padding: 0; padding-right: calc(20rem / 16); transition: transform 0.8s; + overflow: auto; } .sideBarShown {