Fix screen layout (#993)

Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
This commit is contained in:
lirazyehezkel 2022-04-12 11:20:02 +03:00 committed by GitHub
parent 2de7107c0a
commit f8496c0235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
flex-direction: column
overflow: hidden
flex-grow: 1
height: calc(100vh - 70px)
height: calc(100% - 70px)
.TrafficPageHeader
padding: 20px 24px
@ -18,7 +18,7 @@
.TrafficPageStreamStatus
display: flex
align-items: center
.TrafficPageHeaderImage
width: 22px
@ -113,4 +113,4 @@
.playPauseIcon
cursor: pointer
margin-right: 15px
height: 30px
height: 30px

View File

@ -6,3 +6,4 @@ body
.mizuApp
color: $font-color
width: 100%
height: 100%

View File

@ -1,5 +1,8 @@
@import './variables.module'
#root
height: 100%
html,
body
height: 100%
@ -153,4 +156,4 @@ button
// enable view elements inside redoc
.sc-dwsnSq
height: 80vh !important
height: 80vh !important