提交 10a9ba3a 编写于 作者: A Annabel Dunstone Gray

Merge branch '32326-scrollable-tabs-overflow' into 'master'

prevent dropdowns from being cut-off by scrollable tab container

Closes #32328 and #32326

See merge request !11399
......@@ -65,4 +65,6 @@ $(() => {
'resolve-count': ResolveCount
}
});
$(window).trigger('resize.nav');
});
......@@ -351,7 +351,10 @@
.scrolling-tabs-container {
position: relative;
overflow: hidden;
.merge-request-tabs-container & {
overflow: hidden;
}
.nav-links {
@include scrolling-links();
......@@ -489,7 +492,6 @@
.inner-page-scroll-tabs {
position: relative;
overflow: hidden;
.fade-right {
@include fade(left, $white-light);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册