From 4ce07f0a04c211cc0b5297ec0661787663fab128 Mon Sep 17 00:00:00 2001 From: Akanksha Date: Tue, 22 Oct 2024 21:56:45 +0530 Subject: [PATCH] issues no. 88 -> header changes when navigates --- ui/src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/src/index.css b/ui/src/index.css index a6fde85..0921c2b 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -1,3 +1,7 @@ +body { + overflow-y: scroll; /* Show scrollbar on all pages */ +} + .nav-separator { width: 1px; height: 24px; @@ -46,7 +50,7 @@ img { display: flex; justify-content: center; align-items: center; - height: 100vh; /* Full viewport height */ + height: 75vh; /* Full viewport height */ } .full-size-image {