DropDown z-index in opportunity filters 🔨 #740
Labels
enhancement
New feature or improvement of existing feature.
gssoc20
Girls script summer of code 2020.
help wanted
Extra attention is needed.
medium
Something that is somewhat complex to work on.
no-issue-activity
RGSoC 2020
Rails girls summer of code 2020
Describe the bug
I just refactored #723 , durning refactoring I removed presence of css property position, which we avoid to use, so removing it causes z-index to not work properly.
To Reproduce
You can check the behaviour here.
https://deploy-preview-710--peaceful-nightingale-55a1b7.netlify.com/interface/opportunityPosted
Expected behaviour
Expected behaviour is to not increase the height of flex container, instead using z-index over the container encapsulating the entire opportunity content.
Screenshots
Additional context
It would be great if we can achieve this without replying on position property of css, some references that show how we can use z-index with flex without setting position property.
https://stackoverflow.com/questions/45398088/z-index-doesnt-work-with-flex-elements
https://www.freecodecamp.org/forum/t/z-index-isnt-working-in-flexbox/183591
The text was updated successfully, but these errors were encountered: