# Multiple choices choice component

**URL:** https://community.glideapps.com/t/multiple-choices-choice-component/72360
**Category:** Ask for Help
**Created:** [April 7, 2024, 8:23am UTC](https://community.glideapps.com/t/multiple-choices-choice-component/72360 "2024-04-07T08:23:31Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 9, 2024, 8:13am UTC](https://community.glideapps.com/t/multiple-choices-choice-component/72360/6 "2024-04-09T08:13:53Z")

</div>

If you put the group list in a separate container, you can fix it to the top of the screen with CSS.

> [@Container level scrolling](https://community.glideapps.com/t/container-level-scrolling/72100/5):
>
> Sure! Thanks for the ping @Darren_Murphy Give your container a classname stickytop and paste this into custom CSS: .stickytop { position: -webkit-sticky; position: sticky; top: 0px; z-index: 999; margin-top: 0px; }

---

_[View the full topic](https://community.glideapps.com/t/multiple-choices-choice-component/72360)._
