Fix bugs image overlap dropdown button download

This commit is contained in:
Faisal Amir 2023-10-18 14:14:27 +07:00
parent 94b8d2d57c
commit dab0582670
2 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ export default function Dropdown() {
leaveFrom="transform opacity-100 scale-100"
leaveTo="transform opacity-0 scale-95"
>
<Menu.Items className="absolute right-0 z-10 mt-2 w-72 text-left origin-top-right rounded-md bg-blue-600 shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden">
<Menu.Items className="absolute right-0 z-10 mt-1 w-72 text-left origin-top-right rounded-md bg-blue-600 shadow-2xl ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden">
<div className="overflow-hidden">
{systems.map((system) => (
<Menu.Item key={system.name}>

View File

@ -110,8 +110,8 @@ export default function Home() {
</div>
<div className="text-center relative ">
<div className="el-blur-hero absolute -left-40 w-full top-1/2 -translate-y-1/2" />
<div className="p-3 border dark:border-gray-500 border-gray-400 inline-block rounded-lg relative z-10">
{/* <div className="el-blur-hero absolute -left-40 w-full top-1/2 -translate-y-1/2" /> */}
<div className="p-3 border dark:border-gray-500 border-gray-400 inline-block rounded-lg">
<ThemedImage
alt="App screenshot"
sources={{