• Sean

    (@twellve_million)


    Problem is, it makes it impossible to show all of the plugin in plugin list.

    Please check this line in this file:
    user-blocker/css/admin_style.css#L675

    Is it really necessary to add an overflow hidden for that element?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Sanjay Dabhoya

    (@sanjaydabhoya)

    Hi @twellve_million,

    Thank you for using User Blocker plugin.

    We have checked your support query. Yes, that’s the required CSS. So update below css on user-blocker/css/admin_style.css#L675

    .admin_page_block_user_permenant #wpcontent,
    .toplevel_page_block_user #wpcontent,
    .admin_page_block_user_date #wpcontent,
    .user-blocker_page_blocked_user_list #wpcontent,
    .admin_page_datewise_blocked_user_list #wpcontent,
    .admin_page_permanent_blocked_user_list #wpcontent,
    .admin_page_all_type_blocked_user_list #wpcontent {
    overflow: hidden;
    }

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Overflow hidden for #wpcontent. Hiding part of admin display.’ is closed to new replies.