# Mini-Menu Scrolling

**URL:** https://forum.makecode.com/t/mini-menu-scrolling/29333
**Category:** Help
**Tags:** extension
**Created:** [June 18, 2024, 9:52pm UTC](https://forum.makecode.com/t/mini-menu-scrolling/29333 "2024-06-18T21:52:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![RobbyZero](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/robbyzero/32/17188_2.png) [@RobbyZero](https://forum.makecode.com/u/RobbyZero)
#### Post date: [June 18, 2024, 9:52pm UTC](https://forum.makecode.com/t/mini-menu-scrolling/29333/1 "2024-06-18T21:52:35Z")

</div>

So, I was using @richard’s Mini-Menu extension for a game and the cursor would move anywhere I wanted to like it should, but it wasn’t scrolling down. I don’t know if it’s a bug or what, but I can’t fix it.

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [June 18, 2024, 9:52pm UTC](https://forum.makecode.com/t/mini-menu-scrolling/29333/2 "2024-06-18T21:52:57Z")

</div>

@RobbyZero can you share a link to your code?

---

<div class="post-metadata">

### Author: ![RobbyZero](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/robbyzero/32/17188_2.png) [@RobbyZero](https://forum.makecode.com/u/RobbyZero)
#### Post date: [June 18, 2024, 10:50pm UTC](https://forum.makecode.com/t/mini-menu-scrolling/29333/3 "2024-06-18T22:50:34Z")

</div>

The game is for a contest I don’t want anyone playing it before I submit. Is there an email I can send it to?

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [June 19, 2024, 6:24pm UTC](https://forum.makecode.com/t/mini-menu-scrolling/29333/4 "2024-06-19T18:24:39Z")

</div>

I followed up with @RobbyZero privately but for anyone who happens upon this thread in the future, you need to give a menu a height for it to scroll.

For example, here’s a long menu that doesn’t fit on screen without the height set:

> **[too-long-menu](https://arcade.makecode.com/06079-60126-51020-17113)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

and here’s the same menu with the width/height set:

> **[too-long-menu](https://arcade.makecode.com/70420-83962-39749-08701)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

Note that if you change the width/height of a menu, you might need to adjust the position of the sprite since it will still be aligned to the top/left of the previous sized sprite.
