aegisbigdata / documentation

0 stars 0 forks source link

Search result popup not shown correctly #138

Closed cbotsikas closed 5 years ago

cbotsikas commented 5 years ago

image

Ambradibi commented 5 years ago

I see it right and I haven't changed anything @cbotsikas Schermata 2019-04-16 alle 16 42 24

cbotsikas commented 5 years ago

Check with chrome too. The problem is that the .card-body is expanding to the full window height. I can see that .card-body has height: 100% when the parent .card-item-content has display: flex with max-height: none. I'm not sure if that is valid and if the correct behavior is on Chrome or Firefox.

I don't really see what's the benefit on using flexbox in this case. Is it needed somewhere else in the platform?

Ambradibi commented 5 years ago

the flex display is for the search boxes. I put height: auto, can you check on chrome too?

cbotsikas commented 5 years ago

Yes, height: auto fixes behaviour in chrome. Which search boxes? I still find this solution over-complicated for no apparent reasons. Removing all flex related css, gives the same visual result. Am I missing something?