diff --git a/projects/player/src/app/components/floating-keypad/floating-keypad.component.html b/projects/player/src/app/components/floating-keypad/floating-keypad.component.html index d434a88a9741d4a10e368604600a77aa494cc103..6af89cfd82331fc51fd3b26c0b0eadefe453911b 100644 --- a/projects/player/src/app/components/floating-keypad/floating-keypad.component.html +++ b/projects/player/src/app/components/floating-keypad/floating-keypad.component.html @@ -8,6 +8,7 @@ [cdkConnectedOverlayOpen]="isKeypadOpen && keypadService.position === 'floating'"> <aspect-keypad cdkDrag + cdkDragRootElement=".cdk-overlay-pane" [positionOffset]="keypadService.elementComponent.elementModel.type === 'text-field' ? 20 : 0" [inputElement]="keypadService.inputElement" [position]="keypadService.position" diff --git a/projects/player/src/styles.css b/projects/player/src/styles.css index 69bc96298bd4001ec357926c5f80f321abfac840..e4d43b3a227f398cdf59fd6af44afff4a2fcc653 100644 --- a/projects/player/src/styles.css +++ b/projects/player/src/styles.css @@ -12,7 +12,7 @@ body { margin-top: 8px !important; font-size: 12px; background-color: white; - color: #f44336 !important;; + color: #f44336 !important; } .active-anchor {