diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css
index 0dc59c6e6b..65fa8c19b2 100644
|
a
|
b
|
|
| 62 | 62 | #adminmenuwrap { |
| 63 | 63 | position: relative; |
| 64 | 64 | float: left; |
| 65 | | z-index: 9990; |
| | 65 | z-index: 10001; |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /* side admin menu */ |
diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index da7243e949..05404e303f 100644
|
a
|
b
|
|
| 27 | 27 | float: left; |
| 28 | 28 | width: 100%; |
| 29 | 29 | overflow: visible; |
| | 30 | min-height: calc(100vh - 97px); /* 32px height of #wpadminbar + 65px for bottom padding */ |
| 30 | 31 | } |
| 31 | 32 | |
| 32 | 33 | /* inner 2 column liquid layout */ |
| … |
… |
img { |
| 3796 | 3797 | |
| 3797 | 3798 | #wpbody-content { |
| 3798 | 3799 | padding-bottom: 100px; |
| | 3800 | min-height: calc(100vh - 146px); /* 46px height of #wpadminbar + 100px for bottom padding */ |
| 3799 | 3801 | } |
| 3800 | 3802 | |
| 3801 | 3803 | .wrap { |