Skip to content

Commit 761d4f7

Browse files
committed
DOC-4 need to force this min-height
1 parent 95fae40 commit 761d4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
{% if jekyll.environment == "testing" %}
6666
<!-- This section displays on Netlify only -->
6767
<div style="height:30px; background-color:#fbfb81; width:100%; border-bottom: 1px solid #888; position: sticky; top:0; z-index: 1000;">
68-
<div class="stage">
68+
<div class="stage" style="min-height: 30px;">
6969
<p>This site is meant for preview only. Please do not share outside of Segment.<span id="ghtext"> This page previews pull request <strong><a id="ghlink" href="" target="_blank"></a></strong></span></p>
7070
</div>
7171
<script>

0 commit comments

Comments
 (0)