Skip to content

Commit

Permalink
New: Added bottom navigation styling (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster committed Dec 6, 2022
1 parent 817d4a8 commit fe1f828
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion less/trickle-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@
// --------------------------------------------------
&.is-full-width &__inner {
position: fixed;
bottom: 0;
left: 0;
right: 0;

html.is-nav-top & {
bottom: 0;
}

html.is-nav-bottom & {
bottom: @navigation-height;
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adapt-contrib-trickle",
"version": "6.3.5",
"framework": ">=5.19.1",
"framework": ">=5.24.1",
"homepage": "https://github.com/adaptlearning/adapt-contrib-trickle",
"bugs": "https://github.com/adaptlearning/adapt-contrib-trickle/issues",
"extension": "trickle",
Expand Down

0 comments on commit fe1f828

Please sign in to comment.