Skip to content

Commit 977000f

Browse files
committed
fix: add custom class to the signup popup
1 parent adb79a0 commit 977000f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/SignupPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
overflow-x-hidden z-50 min-w-[350px] justify-center items-center md:inset-0 h-[calc(100%-1rem)] max-h-full">
2828
<div class="relative p-4 w-full max-h-full max-w-[400px]">
2929
<!-- Modal content -->
30-
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700 dark:shadow-black" >
30+
<div class="af-login-popup relative bg-white rounded-lg shadow dark:bg-gray-700 dark:shadow-black" >
3131
<!-- Modal header -->
3232
<div class="flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600">
3333
<h3 class="text-xl font-semibold text-gray-900 dark:text-white">

0 commit comments

Comments
 (0)