Spaces:
Running
Running
Update templates/index.html
Browse files- 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 = '
|
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 |
|