From 754e11cbcc64174e8e0b654c1bc82929947c44dc Mon Sep 17 00:00:00 2001 From: muerwre Date: Thu, 1 Aug 2019 04:42:07 +0700 Subject: [PATCH] added rays --- src/components/main/GodRays/index.tsx | 4 ++-- src/containers/App.tsx | 3 +++ src/containers/examples/EditorExample/styles.scss | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/main/GodRays/index.tsx b/src/components/main/GodRays/index.tsx index 1617f910..d9276891 100644 --- a/src/components/main/GodRays/index.tsx +++ b/src/components/main/GodRays/index.tsx @@ -117,14 +117,14 @@ export class GodRays extends React.Component { width: '100%', height: '100%', zIndex: -1, - opacity: 0.5, + opacity: 1, pointerEvents: 'none', }}> { return ( + + diff --git a/src/containers/examples/EditorExample/styles.scss b/src/containers/examples/EditorExample/styles.scss index a6efe10f..40f23a03 100644 --- a/src/containers/examples/EditorExample/styles.scss +++ b/src/containers/examples/EditorExample/styles.scss @@ -10,7 +10,7 @@ display: flex; align-items: stretch !important; justify-content: stretch; - flex: 1; + //flex: 1; } .panel {