footer : inert when hidden #57
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
This commit is contained in:
parent
5c2c015850
commit
3d8d709165
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<footer class={["page-scrollable-footer", {hidden: isHidden}]}>
|
<footer class={["page-scrollable-footer", {hidden: isHidden}]} inert={isHidden || undefined}>
|
||||||
<div class="footer-main">
|
<div class="footer-main">
|
||||||
|
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue