-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-4324: fixed overflow in selected items sidebar #648
Conversation
@@ -2,7 +2,7 @@ | |||
background-color: $ibexa-color-white; | |||
position: fixed; | |||
top: calculateRem(95px); | |||
right: 0; | |||
right: calculateRem(16px); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this 1 rem to move this sidebar inside content no idea if this was made properly or just forgotten to update
@Gengar-i the displayed graphics for selected contents are still wrong. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Selected contents in sidebar menu have still too big graphics
…ed left inside content
256867f
to
9532c63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
expand sidebar button is not visible
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Regression tests passed: ibexa/commerce#165 |
fixed overflow in selected items sidebar, added scroll, mov…
Checklist:
$ composer fix-cs
)