4722-routes_refactor #32

Merged
joan merged 10 commits from 4722-routes_refactor into dev 2022-12-14 09:57:34 +00:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 0dd792760e - Show all commits

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>