Fix global search in overview

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-04-12 11:42:11 +02:00
parent 6b6aef03f7
commit e77ca1997b
2 changed files with 5 additions and 3 deletions

View File

@@ -207,6 +207,8 @@ export default {
width: 100%;
height: 100%;
max-height: calc(100vh - 50px);
display: flex;
flex-direction: column;
}
.overview {