Skip to content

Commit

Permalink
Merge pull request #48 from Web3Auth/fix/mobile-telegram-fix
Browse files Browse the repository at this point in the history
mobile telegram-banner fix
  • Loading branch information
chaitanyapotti authored Nov 1, 2024
2 parents 4426fcb + 6a98193 commit afa7912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TelegramBanner/TelegramBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const handleURL = () => {
<template>
<button
type="button"
class="appearance-none rounded-[10px] flex gap-x-2 items-center bg-app-white dark:bg-app-gray-800 w-full lg:!w-[368px] p-4 cursor-pointer"
class="appearance-none rounded-[10px] flex gap-x-2 items-center bg-app-white dark:bg-app-gray-800 w-full lg:!w-[368px] p-4 cursor-pointer max-sm:z-[1000000]"
@click="handleURL"
>
<Badge variant="info" class="gap-x-1 p-2 sm:px-2.5 sm:py-1 rounded-[10px]">
Expand Down

0 comments on commit afa7912

Please sign in to comment.