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

Graphical bug with redmine 4.2.3 #242

Closed
momlamzombie opened this issue Nov 8, 2021 · 4 comments
Closed

Graphical bug with redmine 4.2.3 #242

momlamzombie opened this issue Nov 8, 2021 · 4 comments

Comments

@momlamzombie
Copy link

Hello,

When I used the theme with the branch 4.2.x of redmine, I have a graphical bug in issue view.

I have a shift between the selection and the results

image

@dup2
Copy link

dup2 commented Jan 10, 2022

Can confirm this on 4.2.3.stable also

@ivparamonov
Copy link

The problem is due to the fact that in recent Redmine the context-menu element is inside the content div, so its top position is determined relative to the site header. I have fixed this issue by setting position: fixed; for the context-menu element.

@lbayerlein
Copy link

Added a pull request: #255

To fix this you have to add #context-menu { position: fixed !important } to redmine/public/themes/PurpleMine2/stylesheets/application.css

gagnieray added a commit to gagnieray/PurpleMine2 that referenced this issue Mar 21, 2023
gagnieray added a commit to gagnieray/PurpleMine2 that referenced this issue Mar 23, 2023
@mrliptontea
Copy link
Owner

Fixed by #262

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

No branches or pull requests

5 participants