refactor: add sticky to header
This commit is contained in:
parent
73cf20c25b
commit
8b5b95c8c2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import WalletIcon from "../../icons/WalletIcon";
|
||||||
|
|
||||||
export const AppNav = () => {
|
export const AppNav = () => {
|
||||||
return (
|
return (
|
||||||
<div style={{ height: 'max-content' }} className="bg-[#30333C] text-white py-2 z-50">
|
<div style={{ height: 'max-content' }} className="bg-[#30333C] text-white py-2 z-50 sticky top-0">
|
||||||
<div className="container mx-auto">
|
<div className="container mx-auto">
|
||||||
<div className="flex flex-row justify-between">
|
<div className="flex flex-row justify-between">
|
||||||
<a href="/" className="flex flex-row items-center">
|
<a href="/" className="flex flex-row items-center">
|
||||||
|
|
Loading…
Reference in a new issue