# Menu de configurações do site limitado pelo tamanho da página de resultados

**URL:** https://meta.discourse.org/t/site-setting-menu-limited-by-results-page-size/372904
**Category:** Bug
**Tags:** mobile, fixed, site-settings
**Created:** [Julho 4, 2025, 9:02am UTC](https://meta.discourse.org/t/site-setting-menu-limited-by-results-page-size/372904 "2025-07-04T09:02:44Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [Julho 11, 2025, 8:11pm UTC](https://meta.discourse.org/t/site-setting-menu-limited-by-results-page-size/372904/3 "2025-07-11T20:11:57Z")

</div>

Abri um PR para melhorar isso

> <https://github.com/discourse/discourse/pull/33582>
>
> As reported here https://meta.discourse.org/t/site-setting-menu-limited-by-resul…ts-page-size/372904
> 
> If you filter the 'all site settings' list and try to scroll down, you're limited by the height of the settings... and can't scroll down to reach other categories.
> 
> Can't scroll past "backups" here:
> 
> \<img height="500" alt="image" src="https://github.com/user-attachments/assets/08f7543f-e704-415d-9191-4ce2551fef27" /\>
> 
> This is because of how overflow is hidden and the menu is absolutely positioned. 
> 
> This PR adds a new wrapper and applies flex so the menu doesn't have to be absolutely positioned and gets included in the height calculation... so now we can scroll fully: 
> 
> \<img height="500" alt="image" src="https://github.com/user-attachments/assets/bd7654c3-f6c0-42b8-aa27-043300ae4075" /\>
> 
> This menu needs more refactoring in general, but at least makes it more usable on mobile.

---

_[View the full topic](https://meta.discourse.org/t/site-setting-menu-limited-by-results-page-size/372904)._
