pedf
/
spolky
Archived
1
0
Fork 0

overflow fix

master
Lukáš Hozda 4 years ago
parent 9f0c453bc8
commit 732ffd94c2

@ -3,7 +3,6 @@ html,
body, body,
.navigation-overlay { .navigation-overlay {
min-height: 100vh; min-height: 100vh;
min-width: 100vw;
} }
body > canvas { body > canvas {
position: fixed; position: fixed;
@ -90,9 +89,8 @@ body > canvas {
#root { #root {
transition: 0.6s; transition: 0.6s;
min-height: 100vh; min-height: 100vh;
min-width: 100vw;
} }
#root canvas { canvas {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
@ -108,7 +106,7 @@ body > canvas {
--color-error: #d43939; --color-error: #d43939;
--color-success: #28bd14; --color-success: #28bd14;
--grid-maxWidth: 120rem; --grid-maxWidth: 120rem;
--grid-gutter: 2rem; --grid-gutter: 0rem;
--font-size: 2.5vw; --font-size: 2.5vw;
--font-family: "Gill Sans MT", sans-serif; --font-family: "Gill Sans MT", sans-serif;
} }
@ -117,7 +115,6 @@ body > canvas {
z-index: -1; z-index: -1;
} }
.fullheight { .fullheight {
width: 100vw;
height: 100vh; height: 100vh;
} }
.cool-button { .cool-button {
@ -245,7 +242,7 @@ body > canvas {
content: counter(list, lower-alpha) ") "; content: counter(list, lower-alpha) ") ";
} }
.row { .row {
width: 100vw; text-transform: none;
} }
.hover-man { .hover-man {
transition: 0.3s; transition: 0.3s;

@ -2,7 +2,7 @@
html, body, .navigation-overlay html, body, .navigation-overlay
min-height: 100vh min-height: 100vh
min-width: 100vw // min-width: 100vw
body > canvas body > canvas
position: fixed position: fixed
@ -80,7 +80,7 @@ body > canvas
#root #root
transition .6s transition .6s
min-height 100vh min-height 100vh
min-width 100vw // min-width 100vw
& canvas & canvas
position: absolute position: absolute
left: 0 left: 0
@ -98,7 +98,7 @@ body > canvas
--color-error: #d43939 --color-error: #d43939
--color-success: #28bd14 --color-success: #28bd14
--grid-maxWidth: 120rem --grid-maxWidth: 120rem
--grid-gutter: 2rem --grid-gutter: 0rem
--font-size: 2.5vw --font-size: 2.5vw
--font-family: "Gill Sans MT", sans-serif --font-family: "Gill Sans MT", sans-serif
@ -107,7 +107,7 @@ body > canvas
z-index: -1 z-index: -1
.fullheight .fullheight
width: 100vw // width: 100vw
height: 100vh height: 100vh
.cool-button .cool-button
@ -227,7 +227,8 @@ body > canvas
content: counter(list, lower-alpha) ") "; content: counter(list, lower-alpha) ") ";
.row .row
width: 100vw // width: 100vw
text-transform none
.hover-man .hover-man
transition: .3s transition: .3s