モバイル版:チャットボックスとヘッダー以降のコンテンツに問題

Hello :wave: Why you can’t hide ads on chat? Is that because you want to the ads be there or technical reason? It can be targetable with CSS separately to chat.

Something like:
Change your-ads-class to the class which you can target house-ad.

body.has-full-page-chat {
  .your-ads-class {
    display: none;
  }
}
「いいね!」 3