Make entire description area scrollable

This commit is contained in:
Cadence Ember 2020-06-20 01:38:59 +12:00
parent 6e7a5352f7
commit ce3ef866a1
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
.videoDescription {
overflow-y: auto;
max-height: 300px;
}
.description {
font-family: 'Roboto', sans-serif;
font-size: 17px;
white-space: pre-wrap;
max-height: 300px;
overflow-y: auto;
}