fixing scrolling macaron

This commit is contained in:
Set Sakrecoer 2019-06-18 11:59:16 +02:00
parent a10fbf402b
commit b375fa3784
5 changed files with 77 additions and 57 deletions

View file

@ -2,6 +2,7 @@
// POSTER
/////////
#poster {
width: 90vw;
margin-right: auto !important;
display: flex;
@ -36,5 +37,5 @@ canvas {
left:0;
height:100%;
width:100%;
z-index: -1;
z-index: -3;
}