This is a migrated thread and some comments may be shown as answers.

Grid Filter Z-Index

0 Answers 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ryan Hartzog
Top achievements
Rank 1
Ryan Hartzog asked on 01 Dec 2009, 06:02 PM
When using the default css and have two grids one above another the filter options panel displays underneath the headerbar of the second grid if they are close enough.  In order to remedy this you can adjust the z-index as such:

.t-grid .t-animation-container
{
position: absolute;
height: 210px;
width: 156px;
z-index: 1000; <----- Add this, or whatever value works for you.
}
Tags
Grid
Asked by
Ryan Hartzog
Top achievements
Rank 1
Share this question
or