Skip to content

Commit c9229bc

Browse files
committed
Merge pull request scala#1480 from ingoem/topic/scaladoc
Fixes SI-6170: issue with dragging scaladoc splitter over central iframe
2 parents dad4252 + 58bc373 commit c9229bc

File tree

2 files changed

+9
-563
lines changed

2 files changed

+9
-563
lines changed

src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ var title = $(document).attr('title');
1414
var lastHash = "";
1515

1616
$(document).ready(function() {
17-
$('body').layout({ west__size: '20%' });
17+
$('body').layout({
18+
west__size: '20%',
19+
center__maskContents: true
20+
});
1821
$('#browser').layout({
1922
center__paneSelector: ".ui-west-center"
2023
//,center__initClosed:true

0 commit comments

Comments
 (0)