'When Scrolling Horizontally Scrolled Section is not Highlighted Only First-Visible Section is Highlighted
Selam! I am using this plugin for textarea highlighting...
When Scroll Horizontally Scrolled Section is not Highlighted:
Only First-Visible Section is Highlighted:
It is probably about posititioning .hwt-backdrop class properly but I cannot fixed it ...
Solution 1:[1]
I have fixed it with ALLAH's permission:
.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;
}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |