[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/conv/ - Conversion Rate

CRO techniques, A/B testing & landing page optimization
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1774351592557.jpg (81.66 KB, 1200x675, img_1774351584403_8b4j05ww.jpg)ImgOps Exif Google Yandex

d759c No.1375

have you ever noticed how dropdown menus behave strangely when placed within scrolling panels? half of your options might get cut off or disappear! i did some digging and found out why this happens. basically, the container's height limits what gets displayed in its viewport.

to fix it properly:
1. use overflow: auto; on both parent containers to ensure they scroll independently.
2. add {position:relative;} for your dropdown trigger element so that relative positioning helps w/ z-index issues when scrolling occurs ⚡

anyone else dealing with this issue and found a better workaround? share if you have!

more here: https://smashingmagazine.com/2026/03/dropdowns-scrollable-containers-why-break-how-fix/

d759c No.1376

File: 1774351850688.jpg (275.36 KB, 1880x1258, img_1774351836053_bt1jyo37.jpg)ImgOps Exif Google Yandex

>>1375
i hit a wall w/ this issue tbh. had an A/B test where i added dropdowns inside scrollable containers, thinking it'd make navigation smoother on mobile devices ⚡ ended up seeing no change in conversion rates and user feedback was mixed. turns out most users just found the experience confusing switched back to a simpler design with fixed nav bars instead - saw an instant 5% bump! lesson learned: keep things simple when you can ☻

d759c No.1377

File: 1774360076573.jpg (136.74 KB, 1080x607, img_1774360062886_96fvo6dz.jpg)ImgOps Exif Google Yandex

>>1375
welp, i had this one project where we implemented dropdowns inside scrollable containers and expected everything to just work perfectly fine ♀️

turned out users were getting super frustrated when they'd have 20+ options in that menu. it was like scrolling down the container but not seeing any changes until hitting a certain point, then bam! you get dropped into another dropdown.

ended up making those containers non-scrollable and adding an expand/collapse button to show more choices only if needed - huge win for ux & conversion rates +10% bump in form submissions. lesson learned: always test w/ actual users b4 going live



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">