So, this is odd. It's not `-webkit-scrollbar`. Instead, ```html <div id="1380005573" horizontal="true" showshorizontalscrollindicator="false" scrolleventthrottle="50" showsverticalscrollindicator="true" class="rax-view-v2 rax-scrollview rax-scrollview-horizontal tab_pc_content" style="box-sizing: border-box; display: flex; flex-direction: row; flex-shrink: 0; align-content: flex-start; border-width: 0vw; border-style: solid; border-color: black; margin: 0vw; padding: 0vw; min-width: 0vw; width: 100%; height: 100%; direction: ltr; overflow: scroll hidden;" > ``` and I don't know what `showshorizontalscrollindicator="false"` is - and I also don't know what the CSS declaration `overflow: scroll hidden;` is.
Bug 1926506 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
So, this is odd. It's not `-webkit-scrollbar`. Instead, ```html <div id="1380005573" horizontal="true" showshorizontalscrollindicator="false" scrolleventthrottle="50" showsverticalscrollindicator="true" class="rax-view-v2 rax-scrollview rax-scrollview-horizontal tab_pc_content" style="box-sizing: border-box; display: flex; flex-direction: row; flex-shrink: 0; align-content: flex-start; border-width: 0vw; border-style: solid; border-color: black; margin: 0vw; padding: 0vw; min-width: 0vw; width: 100%; height: 100%; direction: ltr; overflow: scroll hidden;" > ``` and I don't know what `showshorizontalscrollindicator="false"` is - maybe that's related, maybe not. Needst o do more diagnosis.
So, this is odd. It's not `-webkit-scrollbar`. Instead, ```html <div id="1380005573" horizontal="true" showshorizontalscrollindicator="false" scrolleventthrottle="50" showsverticalscrollindicator="true" class="rax-view-v2 rax-scrollview rax-scrollview-horizontal tab_pc_content" style="box-sizing: border-box; display: flex; flex-direction: row; flex-shrink: 0; align-content: flex-start; border-width: 0vw; border-style: solid; border-color: black; margin: 0vw; padding: 0vw; min-width: 0vw; width: 100%; height: 100%; direction: ltr; overflow: scroll hidden;" > ``` and I don't know what `showshorizontalscrollindicator="false"` is - maybe that's related, maybe not. This needs diagnosis.