Add webkit prefixed transforms (android 4)
This commit is contained in:
parent
f4017f5a7f
commit
2de90013f7
9 changed files with 30 additions and 1 deletions
|
|
@ -179,6 +179,7 @@
|
|||
width: 1px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%) translateY(-100%);
|
||||
transform: translateX(-50%) translateY(-100%);
|
||||
top: 0;
|
||||
}
|
||||
|
|
@ -190,6 +191,7 @@
|
|||
width: 1px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%) translateY(100%);
|
||||
transform: translateX(-50%) translateY(100%);
|
||||
bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue