Skip to content

Commit c142759

Browse files
authored
Fix edge case issue where tutorials-overview bg may appear light. (#719)
In situations with no footer and a long viewport height and little actual content, the background of the empty space will be white. It should be a darker fill color in any light/dark/auto appearance since that page purposefully has an "always-dark" design theme. Resolves: rdar://108634043
1 parent 698d5be commit c142759

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/TutorialsOverview.vue

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export default {
121121
@import 'docc-render/styles/_core.scss';
122122

123123
.tutorials-overview {
124+
background: dark-color(fill);
125+
flex: 1;
124126
height: 100%;
125127

126128
.radial-gradient {

0 commit comments

Comments
 (0)