Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:BillyBlaze/OctoPrint-FullScreen …
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
BillyBlaze committed Nov 22, 2020
2 parents 18e9084 + 7c71600 commit 2f4dd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_fullscreen/static/css/fullscreen.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#webcam_image {
pointer-events: all;
cursor: zoom-in;
}

.fullscreen {
pointer-events: all !important;
padding: 0 !important;
Expand All @@ -12,7 +12,7 @@
height: 100%;
background: black;
/* z-index: 99; */

cursor: zoom-out!important;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
Expand Down

0 comments on commit 2f4dd12

Please sign in to comment.