Fix hide button being not clickable

This commit is contained in:
Freeplay 2023-05-27 11:00:10 -04:00
parent c9e5b596c1
commit 73d31ec332

View file

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