We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dad4252 + 58bc373 commit c9229bcCopy full SHA for c9229bc
src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js
@@ -14,7 +14,10 @@ var title = $(document).attr('title');
14
var lastHash = "";
15
16
$(document).ready(function() {
17
- $('body').layout({ west__size: '20%' });
+ $('body').layout({
18
+ west__size: '20%',
19
+ center__maskContents: true
20
+ });
21
$('#browser').layout({
22
center__paneSelector: ".ui-west-center"
23
//,center__initClosed:true
0 commit comments