Commit e3f343b3 authored by Sheetal Umesh Kumar's avatar Sheetal Umesh Kumar Committed by GitHub

Merge pull request #35 from hypothesis/remove-sticky-tabs

Remove sticky tab bar behavior
parents d614ac12 541b0cbc
...@@ -10,22 +10,7 @@ ...@@ -10,22 +10,7 @@
color: $grey-6; 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-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 { .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