Skip to content

Commit

Permalink
stops the page from scrolling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
weeperscreepers committed Nov 18, 2019
1 parent b70220c commit 33cd8a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script src="lsystems.js"></script>
<style>
html, body {
overflow: hidden;
}

body{
background: rgb(92,92,92);
background: linear-gradient(180deg, rgba(92,92,92,1) 0%, rgba(62,62,85,1) 48%, rgba(37,37,37,1) 100%);color: #e4e4e4;
overflow: hidden;
height: 100%;
position: relative;
}
canvas {
position: absolute;
Expand Down

0 comments on commit 33cd8a0

Please sign in to comment.