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:
- Open Salesforce Inspector Advanced
- Go to Options
- Use a smaller screen or increase browser zoom
- Go to User Experience or Data Export
- Have multiple ORGs configured with "Custom favicon (all orgs)" (32 for example) OR multiple lines of "Saved Query History".
- Try to scroll down
- 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.
- Data Export: There are many queries, but scrolling is not available.
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;

Checklist
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:
Expected behavior
The Options page should allow vertical scrolling when content exceeds the viewport height, ensuring all settings are accessible.
Screenshots
Desktop:
Additional context

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