scroll
This commit is contained in:
parent
b74a45999c
commit
5dbd5457d9
|
@ -3770,6 +3770,9 @@
|
|||
}
|
||||
}(node)),i*100);
|
||||
}
|
||||
if(lib.config.mousewheel){
|
||||
splash.onmousewheel=ui.click.mousewheel;
|
||||
}
|
||||
}
|
||||
else{
|
||||
proceed();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue