diff --git a/src/renderer/components/virtual-list/virtual-list.scss b/src/renderer/components/virtual-list/virtual-list.scss index 9f26247a44..3953be4756 100644 --- a/src/renderer/components/virtual-list/virtual-list.scss +++ b/src/renderer/components/virtual-list/virtual-list.scss @@ -20,9 +20,8 @@ */ .VirtualList { - overflow: hidden; - - > .list { + > div > .list { + /* Render scrollbar in content area, preventing to occupy extra space */ overflow-y: overlay!important; } -} \ No newline at end of file +}