We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Using Hooper with Vuetify, will produce undesirable compatibility, margin on left of each slide.
Git repo created to show problem (URL below) https://github.com/lejungdu/vuetify-hooper-problem
To Reproduce Steps to reproduce the behavior:
vue create project-name
vue add vuetify
npm install hooper
<template> <hooper> <slide> slide 1 </slide> <slide> slide 2 </slide> </hooper> </template> <script> import { Hooper, Slide } from 'hooper'; import 'hooper/dist/hooper.css'; export default { name: 'App', components: { Hooper, Slide } }; </script> <style scoped> .hooper-slide { background-color: #62caaa; padding: 20px; display: flex; justify-content: center; align-items: center; color: #fff; border: 2px solid #fff; font-size: 30px; border-radius: 10px; } </style>
Expected behavior The slides are not supposed to be shifted right, but they do shift right when vuetify is installed.
Screenshots
Desktop (please complete the following information):
Additional context Any help is appreciated, thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using Hooper with Vuetify, will produce undesirable compatibility, margin on left of each slide.
Git repo created to show problem (URL below)
https://github.com/lejungdu/vuetify-hooper-problem
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The slides are not supposed to be shifted right, but they do shift right when vuetify is installed.
Screenshots
Desktop (please complete the following information):
Additional context
Any help is appreciated, thanks.
The text was updated successfully, but these errors were encountered: