mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-26 00:36:27 +03:00
[GH-ISSUE #678] BUG: Editing user causes UI to render outside of viewport #352
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MissFox0810 on GitHub (Jan 26, 2022).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/678
Describe the bug
When editing an user, if you click "Change licenses" it causes the div to render off the page.
meaning the edit button gets pushed off page with no scroll bar. So you cant save your changes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A scroll bar to appear when div extends past current viewport.
Screenshots

Before:
After:

Desktop (please complete the following information):
@KelvinTegelaar commented on GitHub (Jan 26, 2022):
oh so pretty. @homotechsual Can you check this one out? :)
@homotechsual commented on GitHub (Jan 26, 2022):
Can anyone reproduce this? I can't I get a scroll bar.
@homotechsual commented on GitHub (Jan 26, 2022):
So I've updated this page to the new UI elements
<CippPage>etc and moved the raw information to anOffcanvas:@KelvinTegelaar commented on GitHub (Jan 27, 2022):
Seems fixed in Dev :)