mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-14 21:15:21 +00:00
Safari 100vh fix
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ limitations under the License.
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
min-height: -webkit-fill-available;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user