Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 11e1df1

Browse files
fix: let contact modal animation appear correctly
1 parent d8b0bba commit 11e1df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ContactUsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<transition name="animodal">
2+
<transition name="animodal" appear>
33
<div class="fixed pin-t w-full h-screen bg-rains-trans z-20 overflow-hidden md:overflow-y-scroll text-white p-4 lg:p-8 lg:pt-0 xl:p-16 text-2xl lg:text-3xl transition-all">
44
<button
55
class="close-button modal-close"

0 commit comments

Comments
 (0)