Closed sgrube closed 4 months ago
This appears to be because the Carbon File selector hides content below the bottom of the page.
Issue and fix needs submitting to Carbon to set the hidden input and label inside the component or above/to left so as not to create scroll bar.
This issue is stale because it has been open for 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will be closed in 14 days.
keep alive
This issue is stale because it has been open for 30 days with no activity. Remove the stale label or add a comment, otherwise this issue will be closed in 14 days.
This issue was closed because it has received no activity for 14 days.
@sgrube keep alive
@lee-chase can this remain open until the issue is fixed?
Chrome only (fine on FF) I have multiple tearsheets and in some circumstances I end up with an additional scrollbar when certain controls are on the page. Interacting with some controls sometimes causes the outer scrollbar to scroll making the panel appear as if its gone blank.
What package(s) are you using?
Detailed description
Steps to reproduce the issue
function App() { return (
); }
export default App;