I have the following styles:
.group-action-holder.item-9{
z-index: 8001;
position:fixed !important;
}
my window appears(when I invoke show()
jquery method) on the center of current screen position and when I try to scroll page my windows shows on the center anyway.
When I change position
with position:absolute
windows appears always on the same place(relative to the top) and it scrolls together with rest page. It is almost desired behaviour only I want that initially(when I invoke show()
jquery method) windows shows on the center of screen.
Is it posiible ?