Hide horizontal scrollbar in upload dialog (#9911)

Resolves #9901
This commit is contained in:
Dimitar
2023-11-08 16:17:15 +02:00
committed by GitHub
parent accbdf35d2
commit e5efddb216

View File

@@ -844,7 +844,8 @@ a.hide-toggle {
.sidebar-component .body {
width: 100%;
height: 100%;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
position: relative;
}