Skip to content

Conversation

@stumbo
Copy link
Member

@stumbo stumbo commented Nov 12, 2025

These values were set to non-default in custom.css and are interferring with the bibliography page (and all other pages in Chrome).

It appears they were set this way with some carousel work that never came to fruition.

I suspect both the custom.css and carousel.css files are no longer needed and can be removed. That requires more investigation.

`webkit-scrollbar-thumb'

These values were set to non-default in `custom.css` and are
interferring
with the bibliography page (and all other pages in Chrome).

It appears they were set this way with some carousel work that never
came to fruition.
@stumbo stumbo self-assigned this Nov 12, 2025
@stumbo stumbo linked an issue Nov 12, 2025 that may be closed by this pull request
@MattHeffron
Copy link
Contributor

MattHeffron commented Nov 12, 2025

This does bring back scroll bars in general.
@stumbo However, on the Bibliography page, the only scroll bar is for the Authors panel, but there's no scroll bar for the main Bibliography entries panel. This probably is due to a different css entry.

Copy link
Contributor

@pamoroso pamoroso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't test this but it looks reasonable.

This was disabling subwindow scrollbars on overflow.
@stumbo
Copy link
Member Author

stumbo commented Nov 12, 2025

This does bring back scroll bars in general. @stumbo However, on the Bibliography page, the only scroll bar is for the Authors panel, but there's no scroll bar for the main Bibliography entries panel. This probably is due to a different css entry.

@MattHeffron Good catch. I wasn't aggressive enough in removing content in custom.css. Removed another element, -ms-overflow-style. It was set to force the window to do nothing on overflow. Removing it restores the desired behavior, a scrollbar when the window overflows the available space.
image

Chrome in incognito mode (to make sure none of the css was cached) clearly shows both scrollbars now and allows using them.

@stumbo stumbo merged commit 422892b into main Nov 13, 2025
@stumbo stumbo deleted the bs11_chrome_scrollbars branch November 13, 2025 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bibliography: Scroll Bars missing in Chrome

4 participants