Skip to content
Snippets Groups Projects
Unverified Commit 0265623c authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub
Browse files

Merge pull request #3570 from benjiwheeler/monitor-overflow

hide monitor overflow from going past stage boundary
parents a5fbb1b7 72890528
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
/* Width/height are set by the component, margin: auto centers in fullscreen */
margin: auto;
pointer-events: none;
overflow: hidden;
}
.monitor-list-scaler {
......@@ -9,4 +10,4 @@
transform-origin: left top;
}
::-ms-clear { display: none; }
\ No newline at end of file
::-ms-clear { display: none; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment