Browse Source

Remove z-index on canvas

Tyler Hallada 2 years ago
parent
commit
3b2ca96072
1 changed files with 0 additions and 1 deletions
  1. 0 1
      css/main.css

+ 0 - 1
css/main.css

80
 }
80
 }
81
 
81
 
82
 canvas {
82
 canvas {
83
-  z-index: 2;
84
   position: fixed;
83
   position: fixed;
85
   top: 0;
84
   top: 0;
86
   left: 0;
85
   left: 0;