fix z-index

This commit is contained in:
Freeplay 2023-05-25 21:27:51 -04:00
parent d08e9575ac
commit 29d324bae2

View File

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