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

Additionals with redmine_cms, css breaking dropdown menus #124

Open
jcormier opened this issue Nov 8, 2021 · 3 comments
Open

Additionals with redmine_cms, css breaking dropdown menus #124

jcormier opened this issue Nov 8, 2021 · 3 comments

Comments

@jcormier
Copy link

jcormier commented Nov 8, 2021

Menu items appear to be exceeding their container

Without additionals:
image

With addtionals:
image

In developer tools, if I delete the following, the menu goes back to looking correct. However, I've not been able to figure out what the offending line is.

#top-menu li:hover ul.menu-children,
#top-menu li ul.menu-children.visible { display: block; }

#top-menu .menu-children {
  display: none;
  position: absolute;
  width: inherit;
  z-index: 45;
  background-color: #fff;
  box-shadow: 2px 2px 14px #000;
  top: 17px;
  font-size: 110%;
}

#top-menu .menu-children li {
  float: left;
  clear: both;
  width: 100%;
}

#top-menu .menu-children li a {
  display: block;
  color: #555;
  padding: 5px 10px;
  background-color: #fff;
  font-weight: normal;
  /*! margin-right: 0; */
}

#top-menu .menu-children li a:hover {
  color: #fff;
  background-color: #759fcf;
}
@jcormier
Copy link
Author

jcormier commented Nov 8, 2021

Tested on Firefox 94.0

@alexandermeindl
Copy link
Collaborator

Hi @jcormier,

looks like a problem with another plugin. Can you try it without redmine_cms?

@jcormier
Copy link
Author

jcormier commented Nov 9, 2021

Yes, looks like redmine_cms is adding the Admin drop-down menu. And is conflicting with the css from additionals.

@jcormier jcormier changed the title Additionals on redmine 4.3.2, css breaking dropdown menus Additionals with redmine_cms, css breaking dropdown menus Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants