Remove horizontal scrolling bug

This commit is contained in:
hiro 2019-10-29 14:18:09 +01:00
parent 10c54ebf84
commit eb1375724d

View File

@ -19,6 +19,7 @@
.banner {
background-color: #000000;
z-index: 100000000000000 !important;
overflow-x: hidden;
}
.footer__close {