Skip to content

Commit

Permalink
issues no. 88 -> header changes when navigates
Browse files Browse the repository at this point in the history
  • Loading branch information
php-team-mindspace committed Oct 22, 2024
1 parent cc30c16 commit 4ce07f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body {
overflow-y: scroll; /* Show scrollbar on all pages */
}

.nav-separator {
width: 1px;
height: 24px;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 4ce07f0

Please sign in to comment.