skip to Main Content

How to make element stretch vertically and not affect look? – Telegram API

I have a page that looks like this. //$(document).ready(function() { // function viewport_height() { // var window_height = $(window).height(); // $('#wrapper').height(window_height); // $('#chat-area').height = $(window_height); // } // viewport_height(); // $(window).resize(function() { // viewport_height(); // }); //}); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); *{…

VIEW QUESTION

Cannot read property 'style' of undefined but styles are working – Woocommerce

Error: Uncaught TypeError: Cannot read property 'style' of undefined. Styles are working when I'm choosing an input. this input: var input = document.getElementById('pa_rama').value; var option = document.getElementById('pa_razmer').value; let ramka = document.getElementsByClassName('woocommerce-product-gallery__image'); if(input == 'chernaya') { for(var i=0; i < input.length;…

VIEW QUESTION
Back To Top
Search