diff --git a/css/80_app.css b/css/80_app.css index ca774fc5f..12ec777cd 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -844,7 +844,8 @@ a.hide-toggle { .sidebar-component .body { width: 100%; height: 100%; - overflow: auto; + overflow-y: auto; + overflow-x: hidden; position: relative; }