#header button:not(#new-chat-button) {
    display: none !important;
  }

  ::-webkit-scrollbar {
    display: none;
  }
  
  body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }