Browse Source

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

master
Vlad Piersec 4 years ago
parent
commit
ddea7d0294
2 changed files with 4 additions and 0 deletions
  1. 3
    0
      css/_prejoin.scss
  2. 1
    0
      css/_premeeting-screens.scss

+ 3
- 0
css/_prejoin.scss View File

@@ -62,12 +62,15 @@
62 62
     &-status {
63 63
         align-items: center;
64 64
         align-self: stretch;
65
+        bottom: 0;
65 66
         color: #fff;
66 67
         display: flex;
67 68
         font-size: 13px;
68 69
         min-height: 24px;
69 70
         justify-content: center;
71
+        position: absolute;
70 72
         text-align: center;
73
+        width: 100%;
71 74
         z-index: 1;
72 75
 
73 76
         &--warning {

+ 1
- 0
css/_premeeting-screens.scss View File

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

Loading…
Cancel
Save