Skip to content

Commit 4826208

Browse files
Fix: also hide Card Tool removable is maximized
1 parent c769db1 commit 4826208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blazor.AdminLte/Card/CardTools.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<i class="fas fa-plus"></i>
2626
</button>
2727
}
28-
@if (Options.Removable)
28+
@if (Options.Removable && !IsMaximized)
2929
{
3030
<button type="button" class="btn btn-tool" data-card-widget="remove">
3131
<i class="fas fa-times"></i>

0 commit comments

Comments
 (0)