Skip to content

Commit f18393c

Browse files
Yves GatesoupeYves Gatesoupe
authored andcommitted
fix(docs): docs layout
flashing when scrolling home window with fixed navbar
1 parent d40862c commit f18393c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

_includes/scripts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
nextButton: '.swiper-button-next',
101101
prevButton: '.swiper-button-prev',
102102
})
103-
</script>{%
104-
endif %}
103+
</script>
104+
{% endif %}
105105
<script>
106106
Holder.addTheme('gray', {
107107
bg: '#777',

assets/scss/_boosted-docs.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
// scss-lint:disable IdSelector
2+
.bd-home {
3+
background-color: #000;
4+
5+
.bd-featurette {
6+
background-color: #fff;
7+
}
8+
}
9+
210
.bd-masthead {
311
padding: 2.5rem .625rem;
412
color: #fff;

0 commit comments

Comments
 (0)