Skip to content

Conversation

@julieg18
Copy link
Contributor

@julieg18 julieg18 commented Aug 17, 2022

stops context menu from being blocked by the workspace row

Current:

image

PR:

image

Part of #2133 followup

@julieg18 julieg18 added the bug Something isn't working label Aug 17, 2022
@julieg18 julieg18 requested a review from mattseddon as a code owner August 17, 2022 15:29
@julieg18 julieg18 self-assigned this Aug 17, 2022
@julieg18 julieg18 requested review from sroy3 and wolmir as code owners August 17, 2022 15:29
position: sticky;
top: 0;
z-index: 4;
z-index: 5;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed yet another small bug that I missed in #2133 😅. Looks like there was an issue with the z-index, causing the workspace row to have a higher stacking context than the head tooltips. Fixed by increasing the head z-index, making it higher than the workspace row.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine as is, but setting the z indexes in variables might help keeping the indexes in order at a glance. That is if the workspace row has a set z-index.

@mattseddon mattseddon enabled auto-merge (squash) August 17, 2022 22:40
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 12ce90d and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.7% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit c174413 into main Aug 17, 2022
@mattseddon mattseddon deleted the fix-hidden-head-context-menu branch August 17, 2022 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants