fix z-index

This commit is contained in:
Freeplay 2023-05-25 21:27:51 -04:00
parent 5d224bf1c6
commit a534ec5565
1 changed files with 1 additions and 1 deletions

View File

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