I
I
Ilya Beloborodov2015-10-20 11:23:46
css
Ilya Beloborodov, 2015-10-20 11:23:46

How to ignore overflow:hidden of parent element?

How to ignore overflow:hidden of parent element? Given that the layout cannot be changed, and overflow:hidden cannot be removed either?
305344ad6bba40178b5f993bf12742aa.jpg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Svirschevskiy, 2015-10-20
@rezzet

The child block must be position absolute and the parent must not be position relative
https://jsfiddle.net/pjxxjdgv/

D
Denis Ineshin, 2015-10-20
@IonDen

On your terms, no way overflow: hidden. Otherwise, does overflow have such a meaning at all?

R
rexalix, 2019-07-24
@rexalix

.container { overflow-y: visible;}
I was looking for something that will cancel the hidden parameter under a certain page width parameter, "overflow: visible" helped me

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question