Skip to content

Commit

Permalink
repositioned BottomTooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
splican committed Nov 28, 2023
1 parent 51d5ac4 commit 8acfbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function BottomTooltip({
<div
className={tailwindMerge(
className,
"flex justify-center w-1/3 bottom-2 md:bottom-10"
"flex justify-center w-full bottom-2 md:bottom-10"
)}
>
<StyledContainer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function LearningSpace() {
engineOptions={{ stencil: true }}
/>
<SideBar className="z-10 col-span-3 col-start-1 row-start-1 m-2 pointer-events-none" />
<BottomTooltip className="z-10 items-start justify-center col-span-3 col-start-5 row-start-6" />
<BottomTooltip className="z-10 items-start justify-center col-span-5 col-start-3 row-start-6" />
<AdaptivityElementDialogContainer className="z-10" />
<LearningElementModal className="z-10" />
<ExitModal className="z-20" />
Expand Down

0 comments on commit 8acfbb1

Please sign in to comment.