Fixed action toolbar not working in callout-card

This commit is contained in:
Sanne de Vries 2021-11-09 15:29:13 +01:00
parent 347bd47f77
commit 93d16dfe56
2 changed files with 9 additions and 1 deletions

View File

@ -1175,6 +1175,14 @@
padding-bottom: 24px;
}
.kg-callout-card-container {
position: relative;
min-height: 4rem;
min-width: 100%;
margin: 0;
padding: 0;
}
.kg-callout-card {
display: flex;
padding: 16px 24px;

View File

@ -1,5 +1,5 @@
<KoenigCard
@class={{concat (kg-style "media-card") " mih10 miw-100 relative"}}
@class={{concat (kg-style "container-card") " kg-callout-card-container"}}
@headerOffset={{@headerOffset}}
@toolbar={{this.toolbar}}
@payload={{@payload}}