Commit 541b0cbc authored by Robert Knight's avatar Robert Knight

Remove sticky tab bar behavior

The sticky tab bar behavior has some UI issues that need to be resolved
before we could ship it. For example, when switching between tabs the
scroll position needs to be reset to the top.

For the time being, this commit removes the behavior.
parent af70a62b
......@@ -10,22 +10,7 @@
color: $grey-6;
}
// Make the tabs scroll with the content until they reach the top of the
// sidebar, at which point they will stick to the top.
margin-top: -10px;
padding-bottom: 10px;
padding-top: 10px;
position: sticky;
top: 40px;
z-index: 1;
// Make the background overlap the container slightly on the left/right
// so that the background of the tabs fully overlaps the annotation cards
// below, including their drop shadow when the list is scrolled.
margin-left: -5px;
padding-left: 5px;
margin-right: -5px;
padding-right: 5px;
}
.selection-tabs__type {
......
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