Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9affd7 commit 91521adCopy full SHA for 91521ad
src/components/AppNavBar.tsx
@@ -11,6 +11,11 @@ import { useQuery } from 'react-query'
11
import classNames from 'classnames'
12
13
const navbarItems = [
14
+ {
15
+ title: 'Home',
16
+ value: 'home',
17
+ href: '/',
18
+ },
19
{
20
title: 'Members',
21
value: 'members',
src/styles/globals.css
@@ -1,7 +1,6 @@
1
html,
2
body {
3
- max-width: 100%;
4
- overflow-x: hidden;
+ @apply max-w-full overflow-x-hidden lg:overflow-x-visible;
5
}
6
7
.bar-of-progress::after {
0 commit comments