[wp-trac] [WordPress Trac] #43244: Admin toolbar breaking full height layouts

WordPress Trac noreply at wordpress.org
Wed Feb 7 09:33:38 UTC 2018


#43244: Admin toolbar breaking full height layouts
-------------------------+------------------------------
 Reporter:  loranrendel  |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Toolbar      |     Version:
 Severity:  normal       |  Resolution:
 Keywords:  close        |     Focuses:
-------------------------+------------------------------
Changes (by ocean90):

 * keywords:   => close


Comment:

 Related: #30055, #42300

 You can override the default toolbar styling if you theme doesn't work
 with it properly. To disable the default styling you can use:

 {{{#!php
 <?php
 add_theme_support( 'admin-bar', array( 'callback' => '__return_false' ) );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43244#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list