Wczytuję dane...

TESTERY AKUMULATORÓW

Sortuj według:
Wyświetl po produktów
let productDesc = document.getElementById('product_description'); let tab = document.getElementById('tab-1'); if(productDesc && tab) { let height = productDesc.offsetHeight; let parent = tab.parentElement; parent.style.height = `${height}px`; }