Skip to content

Commit

Permalink
fix(module: drawer): fix drawer flash back with tabs (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuonuoge committed Jul 14, 2020
1 parent 8aae09b commit c4b56e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/drawer/drawer.component.html
@@ -1,4 +1,4 @@
<div class="{{ prefixCls }}-sidebar" [ngStyle]="sidebarStyleFinal" id="sidebar">
<div class="am-drawer-sidebar" [ngStyle]="sidebarStyleFinal" id="sidebar">
<ng-template [ngTemplateOutlet]="sidebar"></ng-template>
</div>
<div
Expand Down

0 comments on commit c4b56e0

Please sign in to comment.