Fix calling needs permission screen not fullscreen

This commit is contained in:
Jamie Kyle 2023-12-20 08:16:21 -08:00 committed by GitHub
parent fab72205c4
commit cce7424e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 2 deletions

View file

@ -4438,7 +4438,10 @@ button.module-image__border-overlay:focus {
flex-direction: column;
height: var(--window-height);
justify-content: center;
position: relative;
position: fixed;
top: 0;
/* stylelint-disable-next-line liberty/use-logical-spec */
left: 0;
width: 100%;
&__text {