Update index.html
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 27 Apr 2020 14:00:35 +0000 (10:00 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 14:00:35 +0000 (10:00 -0400)
index.html

index 8a11ce6..14f497c 100644 (file)
     -webkit-appearance: none;
     background: #eee;
     border: 1px solid #888;
+    z-index: 1; /* Brign to top */
 }
 #img.source-image {
   width: 800px;
   position: absolute;
   top: 0;
   left: 0;
-  z-index: -1;
+  z-index: -1; /* Doc working with */
 }
 </style>
 </head>