We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1dbe9e commit 4428ee7Copy full SHA for 4428ee7
1 file changed
server/files/javascript/docs.js
@@ -467,7 +467,6 @@ semantic.ready = function() {
467
$sticky.sticky({
468
silent: true,
469
context: $container,
470
- container: $('html'),
471
offset: 30
472
});
473
$followMenu
@@ -1261,7 +1260,6 @@ semantic.ready = function() {
1261
1260
$tocSticky
1262
.sticky({
1263
1264
1265
context: $fullHeightContainer
1266
})
1267
;
@@ -1285,7 +1283,6 @@ semantic.ready = function() {
1285
1283
$(this).find('> .rail .ui.sticky, .fixed .ui.sticky')
1286
1284
1287
1288
1289
1290
1291
0 commit comments