fix(prejoin): Fix moving content when device status bar is toggled

This commit is contained in:
Vlad Piersec 2020-10-21 15:23:39 +03:00 committed by vp8x8
parent 348c6416e5
commit ddea7d0294
2 changed files with 4 additions and 0 deletions

View File

@ -62,12 +62,15 @@
&-status {
align-items: center;
align-self: stretch;
bottom: 0;
color: #fff;
display: flex;
font-size: 13px;
min-height: 24px;
justify-content: center;
position: absolute;
text-align: center;
width: 100%;
z-index: 1;
&--warning {

View File

@ -104,6 +104,7 @@
flex: 1;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 24px;
z-index: $toolbarZ + 2;
.title {