|
@@ -83,7 +83,7 @@ export default function Header() {
|
|
|
<div className="navbar shrink-0 bg-base-100 shadow-xl rounded-box justify-center min-h-4 relative">
|
|
|
<div className="dropdown">
|
|
|
<div tabIndex={0} role="button" className="btn btn-sm btn-wide btn-ghost">选择对话<BsCaretDownFill /></div>
|
|
|
- <ul tabIndex={0} className="dropdown-content menu bg-base-100 rounded-box z-[1] w-52 p-2 shadow">
|
|
|
+ <ul tabIndex={0} className="dropdown-content menu bg-base-100 rounded-box z-[2] w-52 p-2 shadow">
|
|
|
<li><a>Item 1</a></li>
|
|
|
<li><a>Item 2</a></li>
|
|
|
</ul>
|