-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix all patterns page layout + content issues #1916
Conversation
|
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size Change: 0 B Total Size: 180 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch. Tile uses z-index; 3, so sidenav / masthead definitely needed a bump.
What I did
z-index
issues on the All Patterns page related to<rh-tile>
,<uxdot-masthead>
, and<uxdot-sidenav>
.Testing Instructions
z-index
issues.Notes to Reviewers
Strangely, on
localhost:8080
, the tile for Logo Wall appears first. Then, in the DP, the Logo Wall tile is correctly ordered. 🤔 Ten brownie points go to whoever can explain that.