Fix calling needs permission screen not fullscreen
This commit is contained in:
parent
fab72205c4
commit
cce7424e76
3 changed files with 32 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue