fix:selecting behaviour fixed (#12578)

Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
This commit is contained in:
Pratik Kumar 2023-11-29 17:23:31 +05:30 committed by GitHub
parent dbd5d27d9d
commit 1099bad930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ export function UpgradeTip({
<picture className="absolute min-h-[295px] w-full rounded-lg object-cover">
<source srcSet={`${background}-dark.jpg`} media="(prefers-color-scheme: dark)" />
<img
className="absolute min-h-[295px] w-full rounded-lg object-cover object-left md:object-center"
className="absolute min-h-[295px] w-full rounded-lg object-cover object-left md:object-center select-none"
src={`${background}.jpg`}
loading="lazy"
alt={title}