Hide cursor in full screen projector
Hides the cursor when hovering over the full screen projectors containers
This commit is contained in:
parent
f4c237a18e
commit
7a6b31d8f8
@ -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