N
N
Neuro2019-08-21 13:47:14
css
Neuro, 2019-08-21 13:47:14

How can I set the block height to the top parent?

Good afternoon, when requesting the server in the center of the screen, you need to display the loading, for this you need to pass the width of the parent to the loading component, but I can’t get it, because between the loading component and the parent that contains the height: 100% parameter, there is a div that does not have any styles in itself, here is a screenshot
5d5d209cd2a80199500168.png
. Can I somehow pass the styles of the map-sub-router-wrap class to the container class through the code? Or some other way to fix this problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
grinat, 2019-08-21
@Riveran

You can pass it through inherit
.map-sub:first-child{
hiehgt: inherit;
}
.common-wrapper{
height:inherit;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question