0
0
Fork 0

Summary styles

This commit is contained in:
Joan Sanchez 2022-12-14 09:45:14 +01:00
parent 5a397a5302
commit 0dd792760e
1 changed files with 8 additions and 0 deletions

View File

@ -19,3 +19,11 @@ const { dialogRef, onDialogHide } = useDialogPluginComponent();
<invoiceOut-summary v-if="$props.id" :id="$props.id" />
</q-dialog>
</template>
<style lang="scss">
.q-dialog .summary .header {
position: sticky;
z-index: $z-max;
top: 0;
}
</style>