diff --git a/src/style/_animations.scss b/src/style/_animations.scss index 93915ae..905ca1d 100644 --- a/src/style/_animations.scss +++ b/src/style/_animations.scss @@ -7,7 +7,7 @@ left: 0; width: 100%; height: 100%; - z-index: 10000; + z-index: 400; overflow: hidden; display: flex; align-items: center; diff --git a/src/style/molecules/_globe.scss b/src/style/molecules/_globe.scss index ec2ab6e..d9299b0 100644 --- a/src/style/molecules/_globe.scss +++ b/src/style/molecules/_globe.scss @@ -3,9 +3,10 @@ position: relative; z-index: 2; width: 100vw; - height: 1040px; + height: 100vh; overflow: hidden; cursor: grab; + // pointer-events: none; user-select: none; ////DEBUG//// @@ -21,7 +22,6 @@ margin-top:-1px; } ////END DEBUG//// - @include breakpoint (sm) { height: 140vw; @@ -30,6 +30,7 @@ height: 2000px; } + // Cut &__cut { opacity: 0.5; diff --git a/src/style/pages/_homepage.scss b/src/style/pages/_homepage.scss index 0989d03..bb32a65 100644 --- a/src/style/pages/_homepage.scss +++ b/src/style/pages/_homepage.scss @@ -79,9 +79,9 @@ } // Globe + // .globe { // margin-bottom: calc(-200px - 8vw); - // @include breakpoint (sm) { // margin-bottom: calc(-100px - 28vw); // } diff --git a/src/style/pages/_page.scss b/src/style/pages/_page.scss index a3f83de..ed1a72c 100644 --- a/src/style/pages/_page.scss +++ b/src/style/pages/_page.scss @@ -95,4 +95,5 @@ // .globe__cut { // margin-top: 8vw; // } + }