Answer the question
In order to leave comments, you need to log in
Why don't overflow-x and overflow-y work?
Hello! Faced such a problem, when specifying the parent
overflow-x:hidden;
overflow-y:visible;
Answer the question
In order to leave comments, you need to log in
only a double container with overflow-x for one and overflow-y for the other will help here
It cannot respect the #absolute block because it is not in the document flow.
I could be wrong. But this problem seems to be solved only by reformulating the problem. When you put overflow-x or y hidden, the other setting goes to auto.
I had a similar situation. We needed overflow-x: hidden , and overflow-y to be visible. So I climbed higher to the parent and where the obsessive cropping on the y axis did not bother me . Maybe someone will find this approach useful.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question