JSFiddle - React, Tailwind, and code Playground
by benhowdle89
JavaScript
$('#moreLink').click(function(){
var hiddenS = $('hiddensubnav').height();
$('contenttobepusheddown').css({
marginTop: hiddenS
});
});
by benhowdle89
$('#moreLink').click(function(){
var hiddenS = $('hiddensubnav').height();
$('contenttobepusheddown').css({
marginTop: hiddenS
});
});