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