Newer
Older
cortex-hub / ui / client-app / src / components / ChatArea.css
@yangyangxie yangyangxie on 14 Sep 96 bytes improve ui
.chat-area-fixed-height {
    height: calc(100vh - 72px); /* Subtract input + padding */
  }