Commit d053abaf authored by Winnie Hellmann's avatar Winnie Hellmann

Explicitly set position of search box icons in issue board switcher

parent 2ada0c8e
......@@ -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