(Layouts) Removed "transform: translateZ(0)" from styles as they don't need them anymore

This commit is contained in:
Sercan Yemen 2018-07-26 09:10:17 +03:00
parent 0d2b5a9662
commit 42095bfe26
4 changed files with 0 additions and 4 deletions

View File

@ -39,7 +39,6 @@ horizontal-layout-1 {
display: flex;
flex: 1 1 0%;
flex-direction: column;
transform: translateZ(0);
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;

View File

@ -39,7 +39,6 @@ vertical-layout-1 {
display: flex;
flex: 1 1 0%;
flex-direction: column;
transform: translateZ(0);
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;

View File

@ -26,7 +26,6 @@ vertical-layout-2 {
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transform: translateZ(0);
// Container 2
> .container {

View File

@ -26,7 +26,6 @@ vertical-layout-3 {
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transform: translateZ(0);
// Container 2
> .container {