File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 515
515
}
516
516
}
517
517
518
- & .fixto- fixed {
518
+ & .fixed.top {
519
519
z-index : 10000 ;
520
520
background : $gray ;
521
521
color : $orange ;
@@ -1539,7 +1539,7 @@ span.progress {
1539
1539
}
1540
1540
}
1541
1541
1542
- & .fixto- fixed {
1542
+ & .fixed.top {
1543
1543
padding : 0 11px ;
1544
1544
border-width : 0 0 2px ;
1545
1545
border-radius : 0 ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ <h1>the <span class="logoseg-1">Accept</span><br><span class="logoseg-2">Bitcoin
40
40
< p > < button id ="skip-to-content " class ="ui blue button "> < i class ="unordered list icon "> </ i > Browse the entire list by category</ button > </ p >
41
41
< p class ="or-choice "> < em > - or -</ em > </ p >
42
42
</ div >
43
- < div class ="bch-only ">
43
+ < div class ="ui sticky bch-only ">
44
44
< div id ="search-wrapper ">
45
45
< div class ="search-input-wrapper " role ="search ">
46
46
< i id ="search-icon " class ="search icon "> </ i >
Original file line number Diff line number Diff line change @@ -44,8 +44,12 @@ $(document).ready(function () {
44
44
} ) ;
45
45
46
46
// Stick the BCH-only filter to the top on scroll
47
- $ ( '.bch-only' ) . fixTo ( 'html' , {
48
- useNativeSticky : false
47
+ $ ( '.ui.sticky.bch-only' ) . sticky ( {
48
+ onStick : function ( ) {
49
+ $ ( this ) . css ( {
50
+ height : 'auto'
51
+ } ) ;
52
+ }
49
53
} ) ;
50
54
51
55
// Scroll to the top via floating action button and filter bar link, then pop some flair
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
{ % capture page_js % }
4
4
{ % include_relative jquery . unveil . min . js % }
5
5
{ % include_relative ticker . js % }
6
- { % include_relative fixto . min . js % }
7
6
{ % include_relative app . js % }
8
7
{ % endcapture % }
9
8
You can’t perform that action at this time.
0 commit comments