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

Fix 5438: Keep floating player in view area #5448

Merged
merged 1 commit into from
Feb 1, 2021
Merged

Fix 5438: Keep floating player in view area #5448

merged 1 commit into from
Feb 1, 2021

Conversation

infinite-persistence
Copy link
Contributor

Issue

Closes #5438: Keep floating player in view area

Changes

  • Restore correct z-index

    • The bug came as a side effect of cbac217. Redo cbac217 to cover both close button and floating player.
  • Remove wobbling when dragging to bottom-right.

    • The extra gap introduced is fighting against react-draggable. If gaps are needed, handle it entire ourselves or do it somewhere in react-draggable; neither is worth the effort, so the gap was removed.

## Issue
5438: Keep floating player in view area

## Changes
- Restore correct z-index
    -  The bug came as a side effect of cbac217. Redo cbac217 to cover both close button and floating player.

- Remove wobbling when dragging to bottom-right.
    -  The extra gap introduced is fighting against react-draggable. If gaps are needed, handle it entire ourselves or do it somewhere in react-draggable; neither is worth the effort, so the gap was removed.
@neb-b neb-b merged commit 44458c2 into master Feb 1, 2021
@neb-b neb-b deleted the ip-viewer branch February 1, 2021 19:51
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

Successfully merging this pull request may close these issues.

Keep floating player in view area
3 participants