mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
Prevent a scrollbar in the admin caused by padding given to the toolbar. props SergeyBiryukov, ocean90. fixes #19196.
git-svn-id: https://develop.svn.wordpress.org/trunk@21025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1892,8 +1892,11 @@ strong .post-com-count {
|
||||
8.0 - Layout Blocks
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
body.admin-bar {
|
||||
html.wp-toolbar {
|
||||
padding-top: 28px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.narrow {
|
||||
|
||||
Reference in New Issue
Block a user