Skip to content

Commit

Permalink
Merge branch 'pr-90' into development
Browse files Browse the repository at this point in the history
PR-90-  Update index.css to show scrollbar on all pages and adjust height of images

Closes Position of header element changes when navigating to Bootcamp link #88
  • Loading branch information
prasadhonrao committed Oct 24, 2024
2 parents 121ebee + 4ce07f0 commit de1c586
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 de1c586

Please sign in to comment.