mirror of
https://github.com/usememos/memos.git
synced 2025-02-27 23:05:04 +08:00
fix: the dropdown be coverd (#1368)
This commit is contained in:
parent
e526cef754
commit
c04a31dcda
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ const ResourcesDashboard = () => {
|
|||
</p>
|
||||
<ResourceSearchBar setQuery={setQueryText} />
|
||||
</div>
|
||||
<div className="w-full flex flex-row justify-end items-center space-x-2 mt-3">
|
||||
<div className="w-full flex flex-row justify-end items-center space-x-2 mt-3 z-1">
|
||||
{isVisiable && (
|
||||
<Button onClick={() => handleDeleteSelectedBtnClick()} color="danger">
|
||||
<Icon.Trash2 className="w-4 h-auto" />
|
||||
|
|
Loading…
Reference in a new issue