Skip to content
Snippets Groups Projects
Commit 10a9ba3a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

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
parents ba44ca13 ac6556ba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,4 +65,6 @@ $(() => {
'resolve-count': ResolveCount
}
});
$(window).trigger('resize.nav');
});
Loading
Loading
@@ -351,7 +351,10 @@
 
.scrolling-tabs-container {
position: relative;
overflow: hidden;
.merge-request-tabs-container & {
overflow: hidden;
}
 
.nav-links {
@include scrolling-links();
Loading
Loading
@@ -489,7 +492,6 @@
 
.inner-page-scroll-tabs {
position: relative;
overflow: hidden;
 
.fade-right {
@include fade(left, $white-light);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment