fix(dial-in): allow scroll on dial in info page (#3271)

* fix(dial-in): allow scroll on dial in info page

* squash: some more tweaks for flexible sizing
This commit is contained in:
virtuacoplenny 2018-07-20 08:32:28 -07:00 committed by yanas
parent acda279111
commit c62f761d67
1 changed files with 8 additions and 2 deletions

View File

@ -126,11 +126,16 @@
.dial-in-page {
align-items: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
font-size: 24px;
height: 100%;
justify-content: center;
max-height: 100%;
overflow: auto;
padding: 25px;
position: absolute;
transform: translateY(-50%);
top: 50%;
width: 100%;
.dial-in-numbers-list {
@ -140,6 +145,7 @@
.dial-in-conference-id {
text-align: center;
min-width: 200px;
width: 30%;
}
}