diff --git a/client/components/common/search-results.vue b/client/components/common/search-results.vue index 7648aa2f..da46975b 100644 --- a/client/components/common/search-results.vue +++ b/client/components/common/search-results.vue @@ -166,6 +166,7 @@ export default { position: fixed; top: 64px; left: 0; + overflow-y: auto; width: 100%; height: calc(100% - 64px); background-color: rgba(0,0,0,.9);