Skip to content

Page background visible in fullscreen #7

@Moerphy

Description

@Moerphy

When the presentation canvas has a color other than white the page background appears as white area under the canvas in fullscreen.
Steps to reproduce:

  1. New presentation. Menu->Edit CSS-> add: svg{ background: black; }
  2. Set browser to fullscreen.
    This is due to the canvas not scaling in height (only uniform scaling possible so far).
    A workaround is to set the page background in the CSS to the same color as the canvas background. (Menu->Edit CSS-> add body{ background: black; } ).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions