This commit is contained in:
libccy 2016-04-03 00:20:53 +08:00
parent b74a45999c
commit 5dbd5457d9
2 changed files with 9 additions and 3 deletions

View File

@ -3770,6 +3770,9 @@
}
}(node)),i*100);
}
if(lib.config.mousewheel){
splash.onmousewheel=ui.click.mousewheel;
}
}
else{
proceed();

View File

@ -43,17 +43,20 @@ table{table-layout: fixed;}
#window.noclick_important .noclick_click_important div{pointer-events: auto !important}
#splash{
width:100%;
height: 300px;
height: 100%;
left:0;
top:calc(50% - 150px);
top:0;
position: absolute;
text-align: center;
overflow: visible;
transition: all 0.3s;
overflow-x: scroll;
white-space: nowrap;
}
#splash>div{
width:100px;
height:100%;
height:300px;
top:calc(50% - 150px);
margin-left:10px;
margin-right:10px;
position: relative;