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

Upload Wizard: Info messages hidden under header #287

Closed
geofranzi opened this issue Jul 26, 2019 · 1 comment
Closed

Upload Wizard: Info messages hidden under header #287

geofranzi opened this issue Jul 26, 2019 · 1 comment
Assignees
Milestone

Comments

@geofranzi
Copy link
Member

After the change of the header (#142) the layout of the upload wizard does not fit anymore and is somehow hidden.

one possible solution in Console/BExIS.Web.Shell/Themes/Default/Styles/wizard.css

add:

.uploadWizardStep {
    display: flex;
}

and remove all

 width: 45%;
 position: absolute;

from all elements.

@DavidBlaa
Copy link
Member

test case is in the test quality tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants