cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

sidebery bug after today update

jellono
Making moves

version:132.0

collapse:

jellono_0-1730273404015.png

expansion:

jellono_1-1730273491395.png

A line overthere,can not disappear.

 

2 REPLIES 2

Nysandre
Making moves

Same issue here.

Mr0lle
Making moves

I had the same issue.

For some it's solved with this added in userChrome.css

#sidebar-splitter{ display:none !important }

I had an expanded area on hover so I had to add the following to solve the issue.

#sidebar-box:hover,
#sidebar-box:focus-within {
  min-width: var(--sidebar-visible-width) !important;
  max-width: var(--sidebar-visible-width) !important;

 Hope this helps.