J
J
jugger12020-05-03 15:13:08
css
jugger1, 2020-05-03 15:13:08

How to make the information that is outside the scroll block visible?

There is a certain block with a vertical scroll. You need to make sure that the information that is outside the block is visible.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Arseny, 2020-05-04
@jugger1

If an element has a scroll, then it has a fixed height\width and it has scroll enabled by default or in styles, and everything that is not included in the capture area will be hidden.
To get around this limitation, use custom scroll. If it's just about showing the elements that "stick out".
Or you can use another layout layout that will layer, say, text on decorative elements, while the text will have scroll, transparency, and other elements will be visible a priori.
If the question was about how not to bring it to this → do not use fixed sizes, where the content exceeds the size of the parent, do not specify overflow: hidden\auto\scroll.

I
Igor, 2020-05-03
@loonny

What do you have in mind? Please provide a code. If you have overflow: scroll | auto | hidden then the information will not be visible. By default it is there.

N
noboxer, 2020-05-03
@noboxer

set property and value in CSS :
overflow: visible;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question