Skip to content

Commit

Permalink
Footer buttons: Position over fixed footer (but not above Modal)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 19, 2023
1 parent 0bf46c3 commit 87306c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/structure/FooterButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default defineComponent({
position: fixed;
right: 0;
bottom: 0;
z-index: 5000;
/* Position over fixed footer (but not above Modal) */
z-index: 1031;
}
</style>

0 comments on commit 87306c1

Please sign in to comment.