Skip to content

Commit 95d09dc

Browse files
Force main wrapper with min-height value to force scrollbar appearance on every page
1 parent c5df3f3 commit 95d09dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/minima/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ pre {
194194
}
195195
}
196196

197+
main .wrapper {
198+
min-height: 70vh;
199+
}
200+
197201

198202

199203
/**

0 commit comments

Comments
 (0)