BraydenMoore commited on
Commit
332475d
·
verified ·
1 Parent(s): 4e16b24

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -497,7 +497,7 @@
497
  const moreButton = document.getElementById('more-button');
498
 
499
  // Initial setup
500
- additionalInfo.style.height = '0';
501
  additionalInfo.style.overflow = 'hidden';
502
  additionalInfo.style.transition = 'height 0.3s ease-in-out';
503
 
 
497
  const moreButton = document.getElementById('more-button');
498
 
499
  // Initial setup
500
+ additionalInfo.style.height = '100%';
501
  additionalInfo.style.overflow = 'hidden';
502
  additionalInfo.style.transition = 'height 0.3s ease-in-out';
503