+ 3
Why my bor not hide if i click on button X please tell
2 Réponses
+ 4
...continued Tony Sharma
[What you should do]
1) don't use too many position absolute, it will be hard for you to manage.
2) use positions on containers.
3) call functions on containers not on lines.
[UPDATED]
https://code.sololearn.com/WXcGtAV56BGa/?ref=app
+ 3
Problem is in your structure and CSS.
When you can k() it also calls the s1() and s2() functions. Which again sets value to flex.
[PROBLEM]
https://code.sololearn.com/WC6ck7i8jcOe/?ref=app