Fix livestream player height cut-off (#53)
This commit is contained in:
parent
3087f7c367
commit
a168dbcc01
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ $recent-msg-button__height: 2rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue