Skip to content

Commit

Permalink
Merge pull request #339 from NSHouseCat/IMPB-1340-additional-banner-css
Browse files Browse the repository at this point in the history
Small CSS Change to Catch Additional Banners
  • Loading branch information
NSHouseCat authored Apr 12, 2021
2 parents 54c3e86 + 91f8dd3 commit 047a0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idx/views/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#wpfooter {
display: none;
}
#wpbody-content * :not('.idx-wp-app') {
visibility: hidden;
#wpbody-content>*:not(.idx-wp-app) {
display: none !important;
}
</style>

Expand Down

0 comments on commit 047a0c5

Please sign in to comment.