Unverified Commit c04a31dc authored by CorrectRoadH's avatar CorrectRoadH Committed by GitHub

fix: the dropdown be coverd (#1368)

parent e526cef7
...@@ -104,7 +104,7 @@ const ResourcesDashboard = () => { ...@@ -104,7 +104,7 @@ const ResourcesDashboard = () => {
</p> </p>
<ResourceSearchBar setQuery={setQueryText} /> <ResourceSearchBar setQuery={setQueryText} />
</div> </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 && ( {isVisiable && (
<Button onClick={() => handleDeleteSelectedBtnClick()} color="danger"> <Button onClick={() => handleDeleteSelectedBtnClick()} color="danger">
<Icon.Trash2 className="w-4 h-auto" /> <Icon.Trash2 className="w-4 h-auto" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment