I want to display the flash messages on top of other elements. I mean I don't like that a flash message pushes down the other content. I have tried to use `z-index: 100000;` but no changes in the output.
I want to display the flash messages on top of other elements. I mean I don't like that a flash message pushes down the other content.
I have tried to use
z-index: 100000;but no changes in the output.