refactor: add sticky to header

This commit is contained in:
Mikhail Saveliev 2024-01-06 15:39:26 +05:00
parent 73cf20c25b
commit 8b5b95c8c2

View file

@ -4,7 +4,7 @@ import WalletIcon from "../../icons/WalletIcon";
export const AppNav = () => {
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="flex flex-row justify-between">
<a href="/" className="flex flex-row items-center">