Skip to content

Commit

Permalink
Fix bugs image overlap dropdown button download
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Oct 18, 2023
1 parent 94b8d2d commit dab0582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Elements/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand Down

0 comments on commit dab0582

Please sign in to comment.