Skip to content

Commit

Permalink
fix: add a scrollbar gutter to the popup
Browse files Browse the repository at this point in the history
Fixes #1314.
  • Loading branch information
birtles committed Sep 12, 2023
1 parent da50388 commit caff6ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ app.

## [Unreleased]

- Fixed popup changing width in some cases (e.g. when tabs are hidden and
scrollbars are configured to always show)
([#1314](https://github.com/birchill/10ten-ja-reader/issues/1314)).
- Make the `x` key close the popup if it is configured to _both_ close it and
expand it.

Expand Down
1 change: 1 addition & 0 deletions css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@
.window .content .expandable {
overflow: auto;
overscroll-behavior: contain;
scrollbar-gutter: stable;
}

@supports (scrollbar-width: thin) {
Expand Down

0 comments on commit caff6ad

Please sign in to comment.