Fix livestream player height cut-off (#53)

This commit is contained in:
infinite-persistence 2021-10-12 13:27:16 +08:00 committed by GitHub
parent 3087f7c367
commit a168dbcc01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ $recent-msg-button__height: 2rem;
overflow: hidden;
border-radius: var(--border-radius);
height: 100%;
max-height: 100%;
position: absolute;
top: 0;
left: 0;