/* The upstream sidebar is inside an unsized div. Its absolute
conversation list cannot give that parent a height of its own. */
.ant-layout.flex-row > div:has(> aside.relative) {
  height: 100%;
  display: flex;
  flex-shrink: 0;
}
.ant-layout.flex-row > div > aside.relative { height: 100%; }
