Select to view content in your preferred language

Hub Content Side Panel doesn't collapse and is displays off the screen

304
2
Jump to solution
01-21-2026 10:51 AM
MeganEngel2
New Contributor

Good morning y'all!

I’m working on a new ArcGIS Hub site and am running into an issue with the Content Side Panel on newly created Hub sites after the most recent updates.

The problem I’m seeing is that the Content Side Panel does not collapse properly. It displays partially off-screen, and even when the collapse settings are enabled, the panel remains visible and cannot be collapsed.

What I’m seeing:

  • The Content Side Panel extends off the screen on initial load

  • Collapse settings are turned on, but the panel still displays

  • There’s no way to collapse the panel unless I zoom out to less than 100%

I’ve included screenshots below showing:

  • The Content Side Panel settings

  • The default view when opening the Hub site (with the panel off-screen)

 

Settings for Content Side Panel: 

MeganEngel2_0-1769021265355.png

 

Deafult View when I open the HUB site.  Note that the panel is showing off the display and there is no way to collapse it, unless I zoom out to <100%:

MeganEngel2_1-1769021302784.png

Hub Site is public right now

 

Has anyone else encountered this issue, or does anyone know how to resolve it? Any guidance would be greatly appreciated.

Thanks in advance!

-Meg

0 Kudos
1 Solution

Accepted Solutions
JustinPrather
Esri Contributor

Hi @MeganEngel2

It looks like you have added custom CSS that is targeting the <body> of the site ... which is bringing this side panel partially into view. 

The declaration of `display: flex;` is the ultimate culprit, I believe. 

 

View solution in original post

0 Kudos
2 Replies
JustinPrather
Esri Contributor

Hi @MeganEngel2

It looks like you have added custom CSS that is targeting the <body> of the site ... which is bringing this side panel partially into view. 

The declaration of `display: flex;` is the ultimate culprit, I believe. 

 

0 Kudos
MeganEngel2
New Contributor

Thank you so much! That was exactly the issue!

0 Kudos