Skip to content

Commit f73fb07

Browse files
committed
PD-298 Only scroll changelog section on welcome page.
1 parent 4935ea8 commit f73fb07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: css/welcome.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,14 @@ a.csp-card {
179179
.csp-card {
180180
padding: 20px;
181181
box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
182-
overflow-y: scroll;
183182

184183
h2 {
185184
color: $theme-primary;
186185
}
186+
187+
&:last-child {
188+
overflow-y: scroll;
189+
}
187190
}
188191

189192
.csp-section-changelog {

0 commit comments

Comments
 (0)