Skip to content

Options page does not allow scrolling due to overflow: hidden on body #288

@DanielSenaDev

Description

@DanielSenaDev

Checklist

  • ✅ I've read the common issues and the one I'm about to create is not one of those documented.

Describe the bug
The Options page does not allow vertical scrolling

This happens because the body element is defined with overflow: hidden and a fixed height, preventing the page from scrolling even when content exceeds the viewport height.

To Reproduce
Steps to reproduce the behavior:

  1. Open Salesforce Inspector Advanced
  2. Go to Options
  3. Use a smaller screen or increase browser zoom
  4. Go to User Experience or Data Export
  5. Have multiple ORGs configured with "Custom favicon (all orgs)" (32 for example) OR multiple lines of "Saved Query History".
  6. Try to scroll down
  7. Page does not scroll and some options are unreachable

Expected behavior
The Options page should allow vertical scrolling when content exceeds the viewport height, ensuring all settings are accessible.

Screenshots

  • User Experience: There are many organizations, but scrolling is not available.
Image Image
  • Data Export: There are many queries, but scrolling is not available.
Image Image

Desktop:

  • OS: Windows 11
  • Browser: Edge - Version 144.0.3719.104
  • Salesforce Inspector Advanced 1.38

Additional context
This seems to be caused by the following CSS rule:
overflow: hidden;
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions