Skip to content

Commit

Permalink
Fix navbar height (#212)
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 authored Mar 27, 2024
1 parent 7feafdd commit 8ee31a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<div class="navbar-area active-headroom header--fixed">
<!-- iframe -->
{{ $currentPageType := index (split .Page.Permalink "/") 3 }}
<iframe src="https://appscode.com/notification-top/" id="notification" class="{{ if eq $currentPageType "docs" }} is-hidden {{ end }}" frameborder="0" scrolling="no" onload="resizeIframe()" style="height: 38px; width: 100%; display: flex; overflow: hidden;"></iframe>
<iframe src="https://appscode.com/notification-top/" id="notification" class="{{ if eq $currentPageType "docs" }} is-hidden {{ end }}" frameborder="0" scrolling="no" onload="resizeIframe()" style="height: 0px; width: 100%; display: flex; overflow: hidden;"></iframe>

<script>
function resizeIframe() {
Expand Down

0 comments on commit 8ee31a3

Please sign in to comment.