Merge pull request #6066 from tsiegleauq/fullscreen-projector-cursor
Hide cursor in full screen projector
This commit is contained in:
commit
a0c9f3b6da
@ -1,5 +1,5 @@
|
||||
<div id="container" #container [osResized]="resizeSubject">
|
||||
<div id="projector" [ngStyle]="projectorStyle">
|
||||
<div id="projector" class="nocursor" [ngStyle]="projectorStyle">
|
||||
<os-projector *ngIf="projector" [projector]="projector"></os-projector>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -819,3 +819,7 @@ button.mat-menu-item.selected {
|
||||
.hide-height {
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
.nocursor {
|
||||
cursor: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user