mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-29 02:04:48 +08:00
chore: update header z-index
This commit is contained in:
@ -12,7 +12,7 @@ const Header = () => {
|
|||||||
}, [title]);
|
}, [title]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="sticky top-0 w-full flex flex-row justify-between items-center lg:grid lg:grid-cols-3 py-2 border-b bg-white">
|
<div className="sticky top-0 w-full flex flex-row justify-between items-center lg:grid lg:grid-cols-3 py-2 border-b bg-white z-1">
|
||||||
<div className="ml-2 flex justify-center items-center">
|
<div className="ml-2 flex justify-center items-center">
|
||||||
<label htmlFor="connection-drawer" className="w-8 h-8 p-1 mr-1 block lg:hidden rounded-md cursor-pointer hover:bg-gray-100">
|
<label htmlFor="connection-drawer" className="w-8 h-8 p-1 mr-1 block lg:hidden rounded-md cursor-pointer hover:bg-gray-100">
|
||||||
<Icon.IoIosMenu className="text-gray-600 w-full h-auto" />
|
<Icon.IoIosMenu className="text-gray-600 w-full h-auto" />
|
||||||
|
Reference in New Issue
Block a user