diff --git a/src/components/app/t-overlay.vue b/src/components/app/t-overlay.vue index 3a4b2107..23636685 100644 --- a/src/components/app/t-overlay.vue +++ b/src/components/app/t-overlay.vue @@ -82,10 +82,12 @@ function toClick(): void { top: 0; left: 0; display: flex; + overflow: hidden; width: 100%; height: 100%; align-items: center; justify-content: center; + border-radius: 8px; -webkit-backdrop-filter: blur(v-bind(blurVal)); backdrop-filter: blur(v-bind(blurVal)); background: rgb(0 0 0 / 50%);