【发布时间】:2023-02-19 19:40:55
【问题描述】:
塞拉姆!我在用this plugin用于文本区域突出显示...
当 Scroll Horizontally Scrolled Section 没有高亮时:
大概跟定位有关.hwt-背景正确上课,但我无法修复它......
【问题讨论】:
标签: css
塞拉姆!我在用this plugin用于文本区域突出显示...
当 Scroll Horizontally Scrolled Section 没有高亮时:
大概跟定位有关.hwt-背景正确上课,但我无法修复它......
【问题讨论】:
标签: css
我已经修好了:
.hwt-backdrop {
position: absolute !important;
white-space: pre !important;
word-wrap: normal !important;
width: fit-content; /* this is the important part */
top: 0 !important;
right: -99px !important;
bottom: 0 !important;
left: 0 !important;
padding-right: 99px !important;
overflow-x: hidden !important;
overflow-y: auto !important;
}
【讨论】: