Skip to content
Snippets Groups Projects
Commit 7aaa4653 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Adapt canvas to screen size

parent 2be27f17
Branches
No related tags found
No related merge requests found
Pipeline #14881 passed
......@@ -422,9 +422,10 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
}
#canvas {
width: 100%;
/* width: 100%; */
  • Reiter, Christoph :snake: @987FCF504483CBC8 ·
    Owner

    das kam nur vom CSS diff das firefox mir gegeben hat ;)

  • Steinwender, Tamara @BDF32E9143B2CD5B ·
    Author Contributor

    Ich hab mir gedacht ich kommentiers mal aus, falls es doch nicht gefällt so wie wir es haben, aber ich gehe gerade sowieso alles durch und schau mal was wir an auskommentierten code haben:)

  • Please register or sign in to reply
margin-top: 2rem;
max-height: 100%;
max-height: calc(100vh - 100px);
max-width: 100%;
}
.output {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment