Shared Chat支持长截图插件css

Shared Chat中的一部分样式与某长截图插件不兼容,导致只能截图部分
这个是Shared Chat
使用这个css样式可以在长截图插件获得整个对话的截图,-letfc-1n7m0yu 部分可能随时间发生改变,不保证时效性


.react-scroll-to-bottom--css-letfc-1n7m0yu {
  height: auto !important;
}
.react-scroll-to-bottom--css-letfc-79elbk.h-full {
  height: auto !important;
}
.flex-1.overflow-hidden {
  overflow: auto !important;
}
.flex.h-full.flex-col.focus-visible\:outline-0 {
  height: auto !important;
}
.relative.h-full.w-full.flex-1.overflow-auto.transition-width {
  height: auto !important;
}
.relative.z-0.flex.h-full.w-full.overflow-hidden {
  height: auto !important;
}
长截图效果

7 个赞

太强了!

gpt能用吗

可以试试改成下面这样呢:

[class^="react-scroll-to-bottom--css-"] {
  height: auto !important;
}

没试过,不过应该差不多