Skip to content

Commit

Permalink
fix: remove scrollbar-x in the 2nd route transition time
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 8, 2018
1 parent e3a331b commit a4b4928
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/layout/Admin.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<el-container class="admin__layout">
<recursive-aside></recursive-aside>
<el-container>
<el-container class="admin__main__layout">
<app-header @toggleAside="toggleAside"></app-header>

<transition name="fade" mode="out-in">
Expand Down Expand Up @@ -73,6 +73,10 @@ export default {
min-height: 100vh
background-color: $background-light
&__main
&__layout
overflow: hidden
.footer
&__layout
padding: 20px 0
Expand Down

0 comments on commit a4b4928

Please sign in to comment.