Skip to content

[Fade-right]Think to hide overflow  #30

@NOPROD

Description

@NOPROD

Hi, in your demo (and in my project) i had an overflow effect with fade-right

To fix that,I just need to add
css:

#app {
  overflow-x: hidden;
}

html:

<div id="app">
   <vue-page-transition name="fade-in-right">
     <router-view class="auto-size" />
   </vue-page-transition>
 </div>

Thanks for your work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions