My website will not scroll up/down on mobile version

My website will allow scrolling for a short moment and then stops scrolling and locks in place. It works fine on laptop and desktop. On my Android it just locks it in place. Im not sure if its the bootstrap layout, or the viewport, or overflow in the style.css (im so stumped)

My website is www.cryptodebitmachine.ca


body{
background: #000000;
font-family: ‘Montserrat’, sans-serif;
font-size: 14px;
color: #cbe5ff;
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
-webkit-overflow-scrolling: touch;
overflow: scroll;
}

Can you please post your public link for us?