qrcode: center popup and make it full width (#86853)

This commit is contained in:
Corentin Sechet 2024-02-22 18:30:57 +01:00 committed by Corentin Sechet
parent 7330fce543
commit 6369875b12
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ qrcode-reader {
&--popup {
grid-area: 1 / 1 / 2 / 2;
align-self: end;
justify-self: center;
align-self: center;
justify-self: stretch;
z-index: 1;
overflow: hidden;