fix(prejoin): Fix moving content when device status bar is toggled
This commit is contained in:
parent
348c6416e5
commit
ddea7d0294
|
@ -62,12 +62,15 @@
|
||||||
&-status {
|
&-status {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
|
bottom: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
&--warning {
|
&--warning {
|
||||||
|
|
|
@ -104,6 +104,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
padding-bottom: 24px;
|
||||||
z-index: $toolbarZ + 2;
|
z-index: $toolbarZ + 2;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
Loading…
Reference in New Issue