【问题标题】:When Scrolling Horizontally Scrolled Section is not Highlighted Only First-Visible Section is Highlighted当水平滚动滚动部分不突出显示仅第一个可见部分突出显示
【发布时间】:2023-02-19 19:40:55
【问题描述】:

塞拉姆!我在用this plugin用于文本区域突出显示...

当 Scroll Horizo​​ntally Scrolled Section 没有高亮时:

仅突出显示第一个可见部分:

大概跟定位有关.hwt-背景正确上课,但我无法修复它......

【问题讨论】:

    标签: css


    【解决方案1】:

    我已经修好了:

    .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;
    }
    

    【讨论】:

      猜你喜欢
      • 2016-08-24
      • 2015-08-09
      • 1970-01-01
      • 2015-11-30
      • 1970-01-01
      • 2013-07-31
      • 1970-01-01
      • 2021-11-15
      • 1970-01-01
      相关资源
      最近更新 更多