diff --git a/src/renderer/components/watch-video-description/watch-video-description.css b/src/renderer/components/watch-video-description/watch-video-description.css index e70352089..ef3c71c26 100644 --- a/src/renderer/components/watch-video-description/watch-video-description.css +++ b/src/renderer/components/watch-video-description/watch-video-description.css @@ -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; }