Skip to content

Commit

Permalink
Fix show-up header behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
apzeero committed May 22, 2019
1 parent ec89d0a commit a2eaf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a class="screen-reader-text" href="#main-content"><?php esc_html_e( 'Skip to content', 'themewpugph' ); ?></a>

<!--HEADER-->
<header class="nav uk-sticky uk-sticky-below uk-sticky-fixed uk-box-shadow-medium" data-uk-sticky="cls-active: uk-background-default; top: 100vh; animation: uk-animation-slide-top; show-on-up: true;">
<header class="nav uk-sticky uk-sticky-below uk-sticky-fixed uk-box-shadow-medium" data-uk-sticky="cls-active: uk-background-default; animation: uk-animation-slide-top; show-on-up: true;">
<div class="uk-container">
<nav class="uk-navbar uk-navbar-container uk-navbar-transparent" data-uk-navbar>
<div class="uk-navbar-left">
Expand Down

0 comments on commit a2eaf0e

Please sign in to comment.