sidebery bug after today update
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 12:32 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 12:36 AM
Same issue here.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 05:40 PM
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.

