fix: the dropdown be coverd (#1368)

This commit is contained in:
CorrectRoadH 2023-03-18 10:35:46 +08:00 committed by GitHub
parent e526cef754
commit c04a31dcda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" />