V
V
Vladislav2019-12-12 17:33:16
css
Vladislav, 2019-12-12 17:33:16

Prohibition of scrolling the page without taking into account the block?

when opening a block (menu on a mobile device), I block scrolling with overflow: hidden;
but if you turn the device / device with a small screen, part of the block does not fit (remains hidden at the bottom)
how to make scrolling inside the block work, but the page itself does not scroll, thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aetae, 2019-12-12
@Aetae

Put a block like this:

max-height: 100vh; /* тут возможно ещё calc, если блок не от самого верха  */
overflow: auto;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question