Skip to content

Commit

Permalink
Fixed #329
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve7 committed Jul 24, 2020
1 parent 458a9fa commit 81c9602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sidebar/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default {
transition-property: background-color;
}
.p-sidebar-mask-leave.p-component-overlay {
.p-sidebar-mask.p-sidebar-mask-leave.p-component-overlay {
background-color: transparent;
}
Expand Down Expand Up @@ -275,4 +275,4 @@ export default {
width: 20rem;
}
}
</style>
</style>

0 comments on commit 81c9602

Please sign in to comment.