ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: maabalaji on January 31, 2015, 04:21:13 am
-
Please see attached, date picker is not showed correct - scroll bars are overlapped
my be z-index issue ?
-
I assume the calendar in picture has z-index of at least 1.
It can be fixed by setting z-index of selector ".pq-grid" to 0 in css.
.pq-grid{
z-index: 0;
}
-
You rock.