vue-tour
vue-tour copied to clipboard
Tour for Vuetify Left Drawer hides a portion of the tour.
Please see the following images:

I'd prefer if the tour extends past the right side of the drawer (for a left drawer) so it doesn't hide anything from the tour.
This is a known issue, that we would like to fix in Vue Tour v2. As soon as Vue 3 will be available, we would like to start Vue Tour v2 development, with many improvements.
Hi, any walkaround on this? I tried to manipulate popper params but no luck.
@HZooly @edrichhans I made it working by changing boundariesElement to 'window' in step params like this:
params: {
enableScrolling: false,
modifiers: {
preventOverflow: {
enabled: true,
boundariesElement: 'window',
}
}
}
@souek88 That workaround is good, you are a lifesaver!
A new version of Vue Tour has been deployed, can you try to update and see if you still got this issue?