I have a Grid in page and a text string just above grid. There is another grid initially not displayed
On hovering the string i set display property of second div to BLOCK and it gests displayed. However it pushes the grid down on display. I need to show this dive over the Grid. So that grid is in back ground.
I tried playing with Z-Index but it didn’t help. Is there built in support in grid to take it to backend and not always on top.
thanks