mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-13 12:01:36 +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
src/app/layout
horizontal/layout-1
vertical
@ -39,7 +39,6 @@ horizontal-layout-1 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 0%;
|
flex: 1 1 0%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
transform: translateZ(0);
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
@ -39,7 +39,6 @@ vertical-layout-1 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 0%;
|
flex: 1 1 0%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
transform: translateZ(0);
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
@ -26,7 +26,6 @@ vertical-layout-2 {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
transform: translateZ(0);
|
|
||||||
|
|
||||||
// Container 2
|
// Container 2
|
||||||
> .container {
|
> .container {
|
||||||
|
@ -26,7 +26,6 @@ vertical-layout-3 {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
transform: translateZ(0);
|
|
||||||
|
|
||||||
// Container 2
|
// Container 2
|
||||||
> .container {
|
> .container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user