Skip to content
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

The last navigation button clickable area shrinks #781

Closed
jsonleex opened this issue Jan 25, 2023 · 1 comment
Closed

The last navigation button clickable area shrinks #781

jsonleex opened this issue Jan 25, 2023 · 1 comment
Assignees

Comments

@jsonleex
Copy link
Contributor

The clickable area of the last navigation button is covered by other elements 👇

iShot_2023-01-25_08 50 10

Related to the following code

'&.left': {
gridColumn: 'span 4 / span 4'
},
'&.center': {
gridColumn: 'span 4 / span 4',
justifyContent: 'center',
flex: '1'
},
'&.right': {
display: 'flex',
gridColumn: 'span 4 / span 4',

Layering items with z-index - MDN

Add z-index: 1 to header .section.center resolves this Bug

@bdrtsky
Copy link
Contributor

bdrtsky commented Mar 31, 2023

Resolved here #870

@bdrtsky bdrtsky closed this as completed Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants