mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
fix canvas bug
This commit is contained in:
@@ -211,6 +211,24 @@ html body {
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
/*-----------------SN_info--------------------------------*/
|
||||
.SN_info{
|
||||
position:absolute;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
height:130px;
|
||||
z-index:10000;
|
||||
background-color:#FFF;
|
||||
border-top:1px solid #CCCCCC;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.SN_info_wrapper{
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
transform: translate3d(0px, 0px, 0px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user