переделал js для открытия элементов в how

This commit is contained in:
Kirill Pet
2024-12-18 23:51:48 +03:00
parent 96948651b2
commit 6bc4c7213c
3 changed files with 56 additions and 17 deletions

View File

@@ -489,8 +489,15 @@
margin-left: 40px;
width: 100%;
position: relative;
}
.how-content__item-block{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
overflow: hidden;