eassa nassar

Results 2 comments of eassa nassar

i changed this class in the css , now it works :- ``` .cfp-hotkeys{ overflow-y: scroll !important; display: block !important; } ```

it workes for me using Ctrl ++ , (the + in the num lock panel only ) hotkeys.add({ combo: 'ctrl++', description: 'Zoom IN ', callback: function(event, hotkey) { event.preventDefault(); $scope.zoomin();...