.bb-comment,
.bili-comment-container {
  .fold-comment {
    position: sticky;
    bottom: 0;
    height: 40px;
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #99a2aa;
    cursor: pointer;
    transition: all 0.2s ease-out;
    z-index: 98;
    border-radius: 4px;
    &:hover {
      color: black;
    }
    body.dark & {
      color: var(--be-color-text-title, #eee);
      background-color: var(--be-color-panel-bg, #444);
      &:hover {
        color: var(--theme-color);
      }
    }
  }
}
.space-dynamic__content {
  overflow: visible !important;
}
.bili-comment-container {
  display: flex !important;
  flex-direction: column !important;
  &.bili-dyn-comment .reply-list {
    padding-bottom: 8px !important;
  }
  .fold-comment {
    order: 1;
    font-size: 13px;
  }
  .at-panel,
  .emoji-panel,
  .reply-box .box-expand,
  .reply-operation .operation-list {
    z-index: 111 !important;
  }
}
