Open Bug 1641567 Opened 6 years ago Updated 6 years ago

horizontal scroll do not respect z-index in responsive view

Categories

(DevTools :: Responsive Design Mode, defect, P3)

76 Branch
defect

Tracking

(Not tracked)

People

(Reporter: mr.bloar, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0

Steps to reproduce:

Based on this code : https://codepen.io/blo4r/pen/VwvJPaY

In responsive view, i resize the view width in order to make horizontal scrollbar appear

Actual results:

The scrollbar is display on top of the header element which is positioned along with a z-index value

Expected results:

The same behavior as in non responsive mode. The positioned element is visually over the scrollbar.

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → Responsive Design Mode
Product: Firefox → DevTools

Thank you for filing this issue! I can confirm this is reproducible on Windows using Firefox Nightly and on Mac when showing scollbars is set to "Always". The issue is related to RDM overriding scrollbar styles with its own stylesheet: https://searchfox.org/mozilla-central/source/devtools/client/themes/floating-scrollbars-responsive-design.css .

Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.