사이트 설정 메뉴가 결과 페이지 크기로 제한됨

When accessing the site settings on mobile, the section menu is restricted by the size of the search results within the current section.

My step-by-step:

  • On mobile, go to ‘all site settings’
  • Search for ‘email’ in the site setting search box
  • When in the ‘required’ section (with only 2 results) the menu on the left is prevented from scrolling any further down than the ‘files’ section
  • Select ‘all’, and now you can scroll the menu all the way down to (in my case) ‘Discourse Gamification’ at the bottom
3개의 좋아요

I’ve opened a PR to improve this

https://github.com/discourse/discourse/pull/33582

3개의 좋아요

Is there any news on this?

3개의 좋아요

Oh my, @awesomerobot opened a PR but nobody got to it in time and it ended up closing.

Kris should your reopen and see if we can merge?

3개의 좋아요

Yes sorry for the delay here, originally I was trying to fix the issue with the existing nav… but it’s kind of an odd one-off pattern we have, it does some weird stuff with absolute positioning we don’t do elsewhere.

Making another attempt here to replace it with our DMenu component, which makes it more of a proper menu.

https://github.com/discourse/discourse/pull/39334

Here’s a demo video!

2개의 좋아요

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.