Make entire description area scrollable
This commit is contained in:
parent
6e7a5352f7
commit
ce3ef866a1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue