diff --git a/app/assets/stylesheets/experiments.scss b/app/assets/stylesheets/experiments.scss index a1aab0f63..11c3b5671 100644 --- a/app/assets/stylesheets/experiments.scss +++ b/app/assets/stylesheets/experiments.scss @@ -12,6 +12,8 @@ width: 36px; .dropdown-menu { + z-index: 9; + a, button { @include font-button; diff --git a/app/assets/stylesheets/projects.scss b/app/assets/stylesheets/projects.scss index 6f0157ee2..ce1c1770b 100644 --- a/app/assets/stylesheets/projects.scss +++ b/app/assets/stylesheets/projects.scss @@ -757,6 +757,10 @@ li.module-hover { right: .2em; top: .2em; + .dropdown-menu { + z-index: 9; + } + .project-actions-menu { height: 36px; width: 36px;