Skip to content

Commit

Permalink
fix: navbar width fit-available removed
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 27, 2021
1 parent 9482e82 commit 9909c5d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/css/navbar.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*
CoCreate Navbar: Show/Hide Nav on Scroll
*/
.nav, navbar {
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
z-index: 7;
will-change: transform;
transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
Expand All @@ -26,6 +20,7 @@ CoCreate Navbar: Show/Hide Nav on Scroll
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.hide-nav {
transform: translateY(-120% )!important;
-webkit-transform: translateY(-120%) !important;
Expand Down

0 comments on commit 9909c5d

Please sign in to comment.