diff --git a/static/main.css b/static/main.css index a318a98..a702d3e 100644 --- a/static/main.css +++ b/static/main.css @@ -22,6 +22,8 @@ body { flex-direction: column; align-items: center; + overflow-x: hidden; + margin-top: 0; } @@ -221,7 +223,11 @@ video { width: 180px; height: 200px; - overflow-y: scroll; + overflow: hidden; +} +.video div { + max-height: 22px; + overflow: hidden; } .video img { width: 180px;