mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
(Layouts) Removed "transform: translateZ(0)" from styles as they don't need them anymore
This commit is contained in:
parent
0d2b5a9662
commit
42095bfe26
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -26,7 +26,6 @@ vertical-layout-2 {
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
transform: translateZ(0);
|
||||
|
||||
// Container 2
|
||||
> .container {
|
||||
|
|
|
@ -26,7 +26,6 @@ vertical-layout-3 {
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
transform: translateZ(0);
|
||||
|
||||
// Container 2
|
||||
> .container {
|
||||
|
|
Loading…
Reference in New Issue
Block a user