Skip to content

Commit

Permalink
Allow also horizontal scroll if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Sep 13, 2023
1 parent 89670c6 commit e2eee09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/fontra/client/web-components/ui-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export class UIList extends UnlitElement {
}
.container {
overflow-x: hidden;
overflow-y: auto;
overflow: auto;
height: 100%;
width: 100%;
box-sizing: border-box;
Expand All @@ -51,8 +50,7 @@ export class UIList extends UnlitElement {
}
.header-container {
overflow-x: hidden;
overflow-y: auto;
overflow: auto;
height: 100%;
width: 100%;
box-sizing: border-box;
Expand Down

0 comments on commit e2eee09

Please sign in to comment.