Skip to content

Commit

Permalink
Merge pull request #438 from GSA/jm-poam-babel-update
Browse files Browse the repository at this point in the history
  • Loading branch information
RileySeaburg authored Jul 25, 2024
2 parents 3198e2f + a2e49e0 commit b42f56b
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 1,101 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
11 changes: 0 additions & 11 deletions assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
import $ from 'jquery';
import Stickyfill from 'stickyfilljs';

var elements = document.getElementsByClassName('sticky');
Stickyfill.add(elements);

var navHeight = function () {
$('.usa-layout-docs-sidenav').css('height', $('.usa-layout-docs-sidenav').height());
};

navHeight();
Loading

0 comments on commit b42f56b

Please sign in to comment.