Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Wrong Display Filter Fields

$
0
0

Replies: 1

Hi,

I keep testing your Ticketing plugin, very nice.
But some bugs, sometimes “easy” to resolve.

When you go to your tickets pages you can select some filters.
It seems there is a display issue in autocomplete fields.
You can fix it by adding this CSS code in your page and all should be ok.

Issue observed with Firefox and Chrome, probably all browsers are concerned, because there is no z-index defined.

.ui-widget-content{
z-index:1;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles