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

When resizing, the width of the inspector does not occupy the entire screen #135

Closed
psmyrek opened this issue Nov 30, 2021 · 2 comments
Closed
Assignees
Labels
squad:platform Issue to be handled by the Platform team. type:bug type:regression
Milestone

Comments

@psmyrek
Copy link
Contributor

psmyrek commented Nov 30, 2021

inspector-resizing-bug.mp4

This is probably introduced by #130.

Quick fix is to add the following styles, but I'm not sure if this is the right approach to fix this issue:

.ck-inspector-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}
@psmyrek psmyrek added type:bug squad:platform Issue to be handled by the Platform team. labels Nov 30, 2021
@oleq
Copy link
Member

oleq commented Nov 30, 2021

It's unlikely caused by #130. Could you downgrade react-rnd and see if it works fine 86ccd41#diff-7ae45ad102eab3b6d7e%5B%E2%80%A6%5D70d7bc6507b6481575d519R76?

@oleq
Copy link
Member

oleq commented Nov 30, 2021

👆 I pulled master but didn't execute yarn and it looks fine
2021-11-30 12 55 04

@pomek pomek self-assigned this Nov 30, 2021
@pomek pomek closed this as completed in fc1a004 Nov 30, 2021
@pomek pomek added this to the iteration 49 milestone Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squad:platform Issue to be handled by the Platform team. type:bug type:regression
Projects
None yet
Development

No branches or pull requests

3 participants