Skip to content

Commit

Permalink
Merge pull request #804 from googlefonts/ui-list-scrollbars
Browse files Browse the repository at this point in the history
[ui-list] Improve scrollbars behaviour.
  • Loading branch information
justvanrossum authored Sep 13, 2023
2 parents 4f270af + e2eee09 commit f1b4c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fontra/client/web-components/ui-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class UIList extends UnlitElement {
}
.container {
overflow: scroll;
overflow: auto;
height: 100%;
width: 100%;
box-sizing: border-box;
Expand All @@ -50,7 +50,7 @@ export class UIList extends UnlitElement {
}
.header-container {
overflow: scroll;
overflow: auto;
height: 100%;
width: 100%;
box-sizing: border-box;
Expand Down

0 comments on commit f1b4c75

Please sign in to comment.