Fix so that button border shows fully.

This commit is contained in:
Bryan Mauger 2023-06-12 14:41:43 -04:00
parent fee4881489
commit b470f80f04

View file

@ -127,6 +127,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.footer { .footer {
display: flex; display: flex;
overflow: visible;
a { a {
display: flex; display: flex;
justify-content: center; justify-content: center;