#Scroll not working with DIV ID

28 messages · Page 1 of 1 (latest)

mellow blazeBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

narrow scaffold
#

It also happens in mobilephones when they try to access the vote section thru the menu

#
              href="/#vote-section"
              className="font-inter rounded-lg lg:px-6 lg:py-4 lg:hover:text-rose-800"
            >
              Vote
            </Link>```
#
        <div className="absolute inset-x-0 top-1/2 h-px -translate-y-1/2 bg-transparent bg-gradient-to-r from-transparent via-gray-500 to-transparent opacity-75"></div>

        <div className="relative z-10 bg-zinc-900 px-6"> Vote</div>
      </span>```
stark sentinel
narrow scaffold
narrow scaffold
stark sentinel
#

and I think this is happening due to your images loading later

#

causing layout shift

#

are you using the Image tag?

narrow scaffold
narrow scaffold
#

yeah I am using <Image> for all of them

stark sentinel
stark sentinel
narrow scaffold
#

let me send u another video

stark sentinel
#

are you using proper dimensions?

narrow scaffold
stark sentinel
#

yes

narrow scaffold
narrow scaffold
#

I think it was that

#

tysm!

stark sentinel
pine goblet
# mellow blaze

@narrow scaffold Please don't delete your original question as this thread has now lost context. In the future attribute helpers as described in the embed using a marked solution.

narrow scaffold