• The Dropdown to select fields is always displayed over the top of backend form page. This means i cant actually click anything on the page as the dropdown covers it all up. I have had a look at the CSS but cant see any issues.

    The background to the dropdown is not visible and it appears the options are set to display block, but this is not in the style sheet. Please Help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi! That’s very weird. My plugin stylesheet should have a rule for .af-field-dropdown .af-dropdown setting display: none;. The stylesheet is in assets/css/admin.css and the rule is on line 82.

    Could you check if this exists and if the CSS file is loaded? Thanks!

    Thread Starter Fallen Leaf

    (@fallen-leaf)

    HI,

    Thanks for the info.

    The rule is there and is being loaded but is being overwritten in chrome by the user agent stylesheet.

    Plugin Author fabianlindfors

    (@fabianlindfors)

    I see! Could you give me a screenshot of the style definitions and the user agent styles that are overriding?

    Thread Starter Fallen Leaf

    (@fallen-leaf)

    Hi,

    Yeah no problem!

    https://prnt.sc/l4s422

    https://prnt.sc/l4s496

    Thanks

    Plugin Author fabianlindfors

    (@fabianlindfors)

    That’s really odd! I can’t see any reason why the dropdown should be displayed that way or why the browser styles should override mine.

    Is this a published site I can access? Could I get temporary admin access to check it out?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Drop Down for Fields Always Displayed’ is closed to new replies.