diff --git a/src/fontra/client/web-components/ui-list.js b/src/fontra/client/web-components/ui-list.js index 469cb553e..6a2c7d0e2 100644 --- a/src/fontra/client/web-components/ui-list.js +++ b/src/fontra/client/web-components/ui-list.js @@ -26,7 +26,7 @@ export class UIList extends UnlitElement { } .container { - overflow: scroll; + overflow: auto; height: 100%; width: 100%; box-sizing: border-box; @@ -50,7 +50,7 @@ export class UIList extends UnlitElement { } .header-container { - overflow: scroll; + overflow: auto; height: 100%; width: 100%; box-sizing: border-box;