fix z-index

This commit is contained in:
Freeplay 2023-05-25 21:27:51 -04:00
parent 5d224bf1c6
commit a534ec5565

View file

@ -243,7 +243,7 @@ function focusFooter(ev) {
</script>
<style lang="scss" scoped>
:deep(a) {
:deep(a, button) {
position: relative;
z-index: 2;
}