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

Hide video element QR code scanner

parent 55771232
No related branches found
No related tags found
No related merge requests found
Pipeline #13920 passed
......@@ -459,6 +459,12 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
border-top: 1px solid black;
}
#video video, #video{
height: 0px;
width: 0px;
opacity: 0;
}
@media only screen
and (orientation: portrait)
and (max-device-width: 765px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment