A
A
Aman2021-02-02 22:35:58
css
Aman, 2021-02-02 22:35:58

How to remove scrolling css?

How to remove the scroll when the elements go beyond the screen borders?

6019a9829f1a6796675974.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alex, 2021-02-02
@robick231

overflow: hidden
https://developer.mozilla.org/en/docs/Web/CSS/overflow

A
Arthur Levenson, 2021-02-03
@kiskiskit

Your scroll appears due to the erroneous html structure and the abundance of negative margin. Use flex, get rid of the negative margin and be happy.

A
Alexey, 2017-08-02
@alex_lahin

Something strange about these ads:

var email = $(".login_email").val();//значение поля 
var $val = $(email).val(),

I'm not sure what you wanted to write: but you wrote it that way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question