Skip to content

Commit

Permalink
PD-298 Only scroll changelog section on welcome page.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 24, 2024
1 parent 4935ea8 commit f73fb07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,14 @@ a.csp-card {
.csp-card {
padding: 20px;
box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
overflow-y: scroll;

h2 {
color: $theme-primary;
}

&:last-child {
overflow-y: scroll;
}
}

.csp-section-changelog {
Expand Down

0 comments on commit f73fb07

Please sign in to comment.