From cc0080ec275d701eb292d2d33e763956366be975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Mon, 20 Jul 2020 21:49:51 +0200 Subject: [PATCH] fix: gap at top of journeysview --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index de91a7f..ee2b31c 100755 --- a/client/style.css +++ b/client/style.css @@ -276,6 +276,7 @@ tbody tr:hover td { .journeys { display: flex; flex-direction: column; + min-height: 100vh; } .search {