Commit 12aca077 authored by Annabel Dunstone's avatar Annabel Dunstone Committed by Jacob Schatz

Fix positioning of Repository sub nav scrolling

parent ee8b0d37
......@@ -368,6 +368,25 @@
left: -7px;
}
}
&.sub-nav-scroll {
.fade-right {
right: 0;
.fa {
right: -23px;
}
}
.fade-left {
left: 0;
.fa {
left: 10px;
}
}
}
}
.nav-block {
......
.scrolling-tabs-container
.scrolling-tabs-container.sub-nav-scroll
.fade-left
= icon('arrow-left')
.fade-right
......
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