Skip to content

Commit

Permalink
App: πŸ› Fix position of second step to allow click on smaller screens (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter authored Apr 17, 2024
1 parent 032d218 commit e741238
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/web/src/layouts/AppBaseLayout/AppBaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ const AppBaseLayout = ({ children, title }: AppBaseLayoutProps) => {
const tour = new Shepherd.Tour({
id: 'hqmsgybtv4puot1hrvx3geo4',
defaultStepOptions: {
cancelIcon: {
enabled: true,
},
classes: 'border-2 border-navy',
},
useModalOverlay: true,
Expand Down Expand Up @@ -84,7 +87,7 @@ const AppBaseLayout = ({ children, title }: AppBaseLayoutProps) => {
text: `First you need to initialize Shepherd Pro with your API Key. <br>Click the pink icon to copy it.`,
attachTo: {
element: '.journey-intro-1',
on: 'right',
on: 'bottom',
},
floatingUIOptions: {
middleware: [offset(24)],
Expand Down

0 comments on commit e741238

Please sign in to comment.