Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
<div class="header" style="background-image: url(<?php the_field('bg1'); ?>)"></div>
.header { background: top center / cover; color: #fff; padding-bottom: 190px; }
.chld:nth-child(n+5) { color: #ccc; }
var scrollTop; $(window).scroll(function () { scrollTop = $(this).scrollTop(); // code here });
.bg { width: 100%; height: 100vh; overflow: hidden; position: relative; }
#main .chat { height: auto; flex: 1 1 auto; overflow-y: auto; overflow-x: hidden; /* display: flex; */ /* flex-direction: column-reverse; */ }
.class { max-height: 300px; overflow-y: auto; }