Commit 62375981 authored by Clement Ho's avatar Clement Ho

Merge branch 'winh-issue-board-switcher-icons-safari' into 'master'

Fix vertical alignment of search box icons in issue board switcher for Safari

Closes #9240

See merge request gitlab-org/gitlab-ee!9190
parents 74a84539 d053abaf
......@@ -109,4 +109,10 @@
$search-box-height: 50px;
max-height: calc(#{$dropdown-max-height} - #{$search-box-height});
}
// the following is a workaround until we have it fixed in gitlab-ui
// see https://gitlab.com/gitlab-org/gitlab-ui/issues/156
.sticky-top {
top: 0;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment