fix(dial-in): allow text select in numbers page
This commit is contained in:
parent
9fea5e89b3
commit
68b710a222
|
@ -115,6 +115,10 @@
|
|||
justify-content: center;
|
||||
width: 100%;
|
||||
|
||||
* {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.dial-in-numbers-list {
|
||||
font-size: 24px;
|
||||
margin-top: 20px;
|
||||
|
|
Loading…
Reference in New Issue