Authored by ccbikai

Merge branch 'release/live'

... ... @@ -11,12 +11,18 @@
min-height: 100vh;
color: white;
overflow: auto;
&.is-no-start .live-state-inner {
box-sizing: border-box;
padding-bottom: 220px;
}
.live-btn-close {
z-index: 200;
}
}
.live-state-inner {
min-height: 100%;
overflow: hidden;
background-size: 100% 100%;
}
... ...